Skip to content

Commit

Permalink
Bump version to 2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Jan 12, 2017
1 parent fc872c0 commit e44753f
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.11',
version: '2.3.12',
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.11'
'jagi:astronomy@2.3.12'
], ['client', 'server']);

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

0 comments on commit e44753f

Please sign in to comment.