Skip to content

Commit

Permalink
bump package versions for rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Stark committed Oct 28, 2014
1 parent 889c915 commit 842bfac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-ui/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Simple templates to add login widgets to an app",
version: "1.1.3-rc.0"
version: "1.1.3-rc.1"
});

Package.on_use(function (api) {
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.12'
version: '1.0.35-rc.13'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth-based services",
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/twitter/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Twitter OAuth flow",
version: '1.1.2-rc.0'
version: '1.1.2-rc.1'
});

Package.on_use(function(api) {
Expand Down

0 comments on commit 842bfac

Please sign in to comment.