Skip to content

Commit 705a121

Browse files
Bump up version to 1.0.2
1 parent b17ad81 commit 705a121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package.describe({
22
name: 'jagi:astronomy-validators',
3-
version: '1.0.1',
3+
version: '1.0.2',
44
summary: 'Validators for Meteor Astronomy',
55
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
66
});
77

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

11-
api.use('jagi:[email protected].1');
11+
api.use('jagi:[email protected].2');
1212
api.use('jagi:[email protected]');
1313
api.use('underscore');
1414
api.use('ui');

0 commit comments

Comments
 (0)