Skip to content

Commit

Permalink
Bump versions for Meteor patch release 1.3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Apr 15, 2016
1 parent 6e792a7 commit 7a60265
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/ddp-client/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data client",
version: '1.2.5',
version: '1.2.6',
documentation: null
});

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.3.2'
version: '1.3.2_1'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/minimongo/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
version: '1.0.14'
version: '1.0.15'
});

Package.onUse(function (api) {
Expand Down
11 changes: 6 additions & 5 deletions scripts/admin/meteor-release-official.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"track": "METEOR",
"version": "1.3.2",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"
"track": "METEOR",
"version": "1.3.2.1",
"patchFrom": ["1.3.2"],
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"
}

0 comments on commit 7a60265

Please sign in to comment.