Skip to content

Commit

Permalink
incrementing versions for rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatek committed Oct 24, 2014
1 parent 98131a6 commit e79f95e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/google/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Google OAuth flow",
version: "1.1.2-rc.0"
version: "1.1.2-rc.1"
});

Package.on_use(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Make HTTP calls to remote servers",
version: '1.0.8-rc.4'
version: '1.0.8-rc.5'
});

Npm.depends({request: "2.33.0"});
Expand Down
2 changes: 1 addition & 1 deletion packages/less/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "The dynamic stylesheet language",
version: "1.0.11-rc.4"
version: "1.0.11-rc.5"
});

Package._transitional_registerBuildPlugin({
Expand Down
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.35-rc.10'
version: '1.0.35-rc.11'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion scripts/admin/meteor-release-experimental.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.0-rc.8",
"version": "1.0-rc.9",
"recommended": false,
"official": false,
"description": "An RC of Meteor 1.0."
Expand Down

0 comments on commit e79f95e

Please sign in to comment.