mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove rc.0 from package versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Facebook OAuth flow",
|
||||
version: "1.2.1-rc.0"
|
||||
version: "1.2.1"
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: '1.1.4-rc.0'
|
||||
version: '1.1.4'
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
Reference in New Issue
Block a user