Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Aug 5, 2016
1 parent 19d3052 commit ce62481
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,12 +1,12 @@
Package.describe({
name: 'jagi:astronomy',
version: '2.1.1',
version: '2.1.2',
summary: 'Model layer for Meteor',
git: 'https://github.com/jagi/meteor-astronomy.git'
});

Npm.depends({
lodash: '4.14.0'
lodash: '4.14.1'
});

Package.onUse(function(api) {
Expand Down

0 comments on commit ce62481

Please sign in to comment.