Skip to content

Commit 520d583

Browse files
committed
Updated Meteor dependency.
1 parent 2d0ba17 commit 520d583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Package.describe({
66
});
77

88
Package.on_use(function (api) {
9-
api.versionsFrom('METEOR@0.9.1');
9+
api.versionsFrom('METEOR@0.9.1.1');
1010
api.export('blocking');
1111

1212
api.add_files([

0 commit comments

Comments
 (0)