Skip to content

Commit

Permalink
Bump pre-release versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Dec 22, 2014
1 parent ed7822b commit 2eff7cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/meteor-tool/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.0.37'
version: '1.0.38-cordova41'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.0.10'
version: '1.0.11-cordova41'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Serves a Meteor app over HTTP",
version: '1.1.5'
version: '1.1.6-cordova41'
});

Npm.depends({connect: "2.9.0",
Expand Down

0 comments on commit 2eff7cc

Please sign in to comment.