Skip to content

Commit

Permalink
1.0.2-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Dec 17, 2014
1 parent d090f55 commit 7239b40
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-password/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Password support for accounts",
version: "1.0.5-rc.1"
version: "1.0.5-rc.2"
});

Package.onUse(function(api) {
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.12-rc.2"
version: "1.0.12-rc.3"
});

Package.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.37-rc.6'
version: '1.0.37-rc.7'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/minifiers/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "JavaScript and CSS minifiers",
version: "1.1.3-rc.2"
version: "1.1.3-rc.3"
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.0.10-rc.1'
version: '1.0.10-rc.2'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/templating/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Allows templates to be defined in .html files",
version: '1.0.10-rc.2'
version: '1.0.10-rc.3'
});

// Today, this package is closely intertwined with Handlebars, meaning
Expand Down
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.2-rc.5",
"version": "1.0.2-rc.6",
"recommended": false,
"official": false,
"description": "An RC of Meteor 1.0."
Expand Down

0 comments on commit 7239b40

Please sign in to comment.