Skip to content

Commit

Permalink
Bump up version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Oct 2, 2015
1 parent b17ad81 commit 705a121
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,14 +1,14 @@
Package.describe({
name: 'jagi:astronomy-validators',
version: '1.0.1',
version: '1.0.2',
summary: 'Validators for Meteor Astronomy',
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
});

Package.onUse(function(api) {
api.versionsFrom('1.1.0.2');

api.use('jagi:astronomy@1.0.1');
api.use('jagi:astronomy@1.0.2');
api.use('jagi:reactive-map@1.0.0');
api.use('underscore');
api.use('ui');
Expand Down

0 comments on commit 705a121

Please sign in to comment.