File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ if libVer < PTVersion or math.floor(libVer/65536%256) > math.floor(PTVersion/655
1414 error " Library version mismatch. Wanted #{PTVersion}, got #{libVer}."
1515
1616class PreciseTimer
17- @version = 0x000105
18- @version_string = " 0.1.5 "
17+ @version = 0x000106
18+ @version_string = " 0.1.6 "
1919 @__depCtrlInit = ( DependencyControl ) ->
2020 @version = DependencyControl {
2121 name : " #{@__name}" ,
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ class ETagCache
176176 return true
177177
178178class DownloadManager
179- @version = 0x000400
180- @version_string = " 0.4 .0"
179+ @version = 0x000500
180+ @version_string = " 0.5 .0"
181181 @__depCtrlInit = ( DependencyControl ) ->
182182 @version = DependencyControl {
183183 name : " #{@__name}" ,
You can’t perform that action at this time.
0 commit comments