Remove rc.0 from package versions

This commit is contained in:
David Greenspan
2015-08-03 10:16:26 -07:00
parent 0b24135d68
commit b36dab26ef
2 changed files with 2 additions and 2 deletions

View File

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

View File

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