Skip to content

Commit

Permalink
Bump package versions for hopefully final RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Mar 31, 2015
1 parent 5182736 commit 82948d5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/constraint-solver/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Given the set of the constraints, picks a satisfying configuration",
version: "1.0.19-rc.1"
version: "1.0.19-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.14-rc.2"
version: "1.0.14-rc.3"
});

Package.registerBuildPlugin({
Expand Down
2 changes: 1 addition & 1 deletion packages/logic-solver/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "General satisfiability solver for logic problems",
version: '1.0.1-pre.win.1'
version: '1.0.1-pre.win.2'
});

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.1.1-win.12'
version: '1.1.1-win.13'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/oauth-encryption/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Encrypt account secrets stored in the database",
version: '1.0.5-pre.win.1'
version: '1.0.5-pre.win.2'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/spacebars-compiler/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Compiler for Spacebars template language",
version: '1.0.5'
version: '1.0.6-rc.0'
});

Package.onUse(function (api) {
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.1.1-rc.2'
version: '1.1.1-rc.3'
});

// Today, this package is closely intertwined with Handlebars, meaning
Expand Down

0 comments on commit 82948d5

Please sign in to comment.