Skip to content

Commit

Permalink
Update version to 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Apr 11, 2018
1 parent 86dc6fc commit dd263f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ [email protected]
[email protected]
[email protected]
[email protected]
jagi:[email protected].5
jagi:[email protected].6
[email protected]
local-test:jagi:[email protected].5
local-test:jagi:[email protected].6
[email protected]
mdg:[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -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'
});
Expand Down Expand Up @@ -37,7 +37,7 @@ Package.onTest(function(api) {
'insecure',
'mongo',
'ejson',
'jagi:[email protected].6'
'jagi:[email protected].7'
], ['client', 'server']);

api.addFiles('test/utils.js', ['client', 'server']);
Expand Down

0 comments on commit dd263f5

Please sign in to comment.