Skip to content

Commit

Permalink
Bump version to 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Dec 20, 2016
1 parent c11f34b commit 9ee1aed
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.3.10',
version: '2.3.11',
summary: 'Model layer for Meteor',
git: 'https://github.com/jagi/meteor-astronomy.git'
});
Expand Down Expand Up @@ -40,7 +40,7 @@ Package.onTest(function(api) {
'insecure',
'mongo',
'ejson',
'jagi:astronomy@2.3.10'
'jagi:astronomy@2.3.11'
], ['client', 'server']);

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

0 comments on commit 9ee1aed

Please sign in to comment.