Skip to content

Commit

Permalink
rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Apr 25, 2016
1 parent 8c5217f commit 01fd178
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.0.0-rc.8',
version: '2.0.0-rc.9',
summary: 'Model layer for Meteor',
git: 'https://github.com/jagi/meteor-astronomy.git'
});
Expand All @@ -15,7 +15,7 @@ Package.onUse(function(api) {
api.use([
'ecmascript',
'es5-shim',
'ddp@1.2.2-beta.16',
'ddp',
'mongo',
'check',
'minimongo',
Expand Down

0 comments on commit 01fd178

Please sign in to comment.