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