Skip to content

Commit

Permalink
Add version suffixes for 1.3.2.3 patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Apr 20, 2016
1 parent 00929e8 commit e2cbda3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.6',
version: '1.2.7',
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_2'
version: '1.3.2_3'
});

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.15'
version: '1.0.16'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/admin/meteor-release-official.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.3.2.2",
"version": "1.3.2.3",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"
Expand Down

0 comments on commit e2cbda3

Please sign in to comment.