diff --git a/package.js b/package.js index 885f741..f3fa875 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'jagi:astronomy', - version: '2.3.11', + version: '2.3.12', 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.3.11' + 'jagi:astronomy@2.3.12' ], ['client', 'server']); api.addFiles('test/utils.js', ['client', 'server']);