diff --git a/.versions b/.versions index 336f461..eb58e94 100644 --- a/.versions +++ b/.versions @@ -31,9 +31,9 @@ htmljs@1.0.11 http@1.4.0 id-map@1.1.0 insecure@1.0.7 -jagi:astronomy@2.5.5 +jagi:astronomy@2.5.6 jquery@1.11.10 -local-test:jagi:astronomy@2.5.5 +local-test:jagi:astronomy@2.5.6 logging@1.1.19 mdg:validation-error@0.5.1 meteor@1.8.2 diff --git a/package.js b/package.js index 16c05a5..2724f75 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'jagi:astronomy', - version: '2.5.6', + version: '2.5.7', 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.6' + 'jagi:astronomy@2.5.7' ], ['client', 'server']); api.addFiles('test/utils.js', ['client', 'server']);