Skip to content

Commit

Permalink
Published mizzao:[email protected].
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jan 1, 2023
1 parent a943958 commit 85ed2d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
Please also consider sponsoring the maintainers of the package.
If you don't know who is currently maintaining this package, just leave a comment
and we'll let you know
and we'll let you know.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## vNEXT

## v0.5.3

- Bump minimum Meteor version to 1.12
- Take into account `ROOT_URL` environment variable if set

## v0.5.2

- Compatibility with Meteor 2.3+

## v0.5.1

- Fix an issue where `TimeSync.ServerTime` returned NaN when executed in meteor-desktop.
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package.describe({
name: "mizzao:timesync",
summary: "NTP-style time synchronization between server and client",
version: "0.5.2",
version: "0.5.3",
git: "https://github.com/Meteor-Community-Packages/meteor-timesync"
});

Package.onUse(function (api) {
api.versionsFrom(["1.9", "2.3"]);
api.versionsFrom(["1.12", "2.3"]);

api.use([
'check',
Expand Down

0 comments on commit 85ed2d2

Please sign in to comment.