Skip to content

Commit

Permalink
Adjust versions in package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Apr 8, 2024
1 parent ed04921 commit 9e5b832
Showing 1 changed file with 2 additions and 2 deletions.
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: "1.0.0",
version: "0.5.4",
git: "https://github.com/Meteor-Community-Packages/meteor-timesync"
});

Package.onUse(function (api) {
api.versionsFrom(["1.12", "2.3", '3.0-beta.0']);
api.versionsFrom(["1.12", "2.3", '3.0-beta.7']);

api.use([
'check',
Expand Down

0 comments on commit 9e5b832

Please sign in to comment.