diff --git a/package.js b/package.js index 2724f75..bc7174b 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'jagi:astronomy', - version: '2.5.7', + version: '2.5.8', summary: 'Model layer for Meteor', git: 'https://github.com/jagi/meteor-astronomy.git' }); @@ -37,7 +37,7 @@ Package.onTest(function(api) { 'insecure', 'mongo', 'ejson', - 'jagi:astronomy@2.5.7' + 'jagi:astronomy@2.5.8' ], ['client', 'server']); api.addFiles('test/utils.js', ['client', 'server']);