Skip to content

Commit e2cbda3

Browse files
author
Ben Newman
committed
Add version suffixes for 1.3.2.3 patch release.
1 parent 00929e8 commit e2cbda3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/ddp-client/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Meteor's latency-compensated distributed data client",
3-
version: '1.2.6',
3+
version: '1.2.7',
44
documentation: null
55
});
66

packages/meteor-tool/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "The Meteor command-line tool",
3-
version: '1.3.2_2'
3+
version: '1.3.2_3'
44
});
55

66
Package.includeTool();

packages/minimongo/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
3-
version: '1.0.15'
3+
version: '1.0.16'
44
});
55

66
Package.onUse(function (api) {

scripts/admin/meteor-release-official.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"track": "METEOR",
3-
"version": "1.3.2.2",
3+
"version": "1.3.2.3",
44
"recommended": false,
55
"official": true,
66
"description": "The Official Meteor Distribution"

0 commit comments

Comments
 (0)