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 @@ 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
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:astronomy@2.5.6'
'jagi:astronomy@2.5.7'
], ['client', 'server']);

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

0 comments on commit dd263f5

Please sign in to comment.