Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Sep 12, 2017
1 parent b11de88 commit 04e8e24
Showing 1 changed file with 2 additions and 2 deletions.
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.4.8',
version: '2.5.0',
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.4.8'
'jagi:astronomy@2.5.0'
], ['client', 'server']);

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

0 comments on commit 04e8e24

Please sign in to comment.