Bump versions

This commit is contained in:
David Greenspan
2015-07-30 14:57:48 -07:00
parent 27baf3dd26
commit e6a1bb3fbe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Facebook OAuth flow",
version: "1.2.0"
version: "1.2.1-rc.0"
});
Package.onUse(function(api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.1.3'
version: '1.1.4-rc.0'
});
Package.includeTool();