Skip to content

Commit 30a28cf

Browse files
Bump version to 2.0.6
1 parent 9f135dd commit 30a28cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package.describe({
22
name: 'jagi:astronomy-softremove-behavior',
3-
version: '2.0.5',
3+
version: '2.0.6',
44
summary: 'Soft remove behavior for Meteor Astronomy',
55
git: 'https://github.com/jagi/meteor-astronomy-softremove-behavior.git'
66
});
77

88
Npm.depends({
9-
lodash: '4.16.6'
9+
lodash: '4.17.2'
1010
});
1111

1212
Package.onUse(function(api) {
@@ -15,7 +15,7 @@ Package.onUse(function(api) {
1515
api.use([
1616
'ecmascript',
1717
'es5-shim',
18-
'jagi:astronomy@2.2.4'
18+
'jagi:astronomy@2.3.4'
1919
], ['client', 'server']);
2020

2121
api.mainModule('lib/main.js', ['client', 'server']);

0 commit comments

Comments
 (0)