File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2828
2929 Please also consider sponsoring the maintainers of the package.
3030 If you don't know who is currently maintaining this package, just leave a comment
31- and we'll let you know
31+ and we'll let you know.
Original file line number Diff line number Diff line change 11## vNEXT
22
3+ ## v0.5.3
4+
5+ - Bump minimum Meteor version to 1.12
6+ - Take into account ` ROOT_URL ` environment variable if set
7+
8+ ## v0.5.2
9+
10+ - Compatibility with Meteor 2.3+
11+
312## v0.5.1
413
514- Fix an issue where ` TimeSync.ServerTime ` returned NaN when executed in meteor-desktop.
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : "mizzao:timesync" ,
33 summary : "NTP-style time synchronization between server and client" ,
4- version : "0.5.2 " ,
4+ version : "0.5.3 " ,
55 git : "https://github.com/Meteor-Community-Packages/meteor-timesync"
66} ) ;
77
88Package . onUse ( function ( api ) {
9- api . versionsFrom ( [ "1.9 " , "2.3" ] ) ;
9+ api . versionsFrom ( [ "1.12 " , "2.3" ] ) ;
1010
1111 api . use ( [
1212 'check' ,
You can’t perform that action at this time.
0 commit comments