Skip to content

Commit

Permalink
Bump package versions for the official 1.7.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Aug 7, 2018
1 parent 31aa123 commit 47e36c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.7.0-4-rc.1'
version: '1.7.0_4'
});

Package.includeTool();
5 changes: 3 additions & 2 deletions scripts/admin/meteor-release-official.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"track": "METEOR",
"version": "1.7.0.3",
"version": "1.7.0.4",
"recommended": false,
"official": true,
"patchFrom": [
"1.7",
"1.7.0.1",
"1.7.0.2"
"1.7.0.2",
"1.7.0.3"
],
"description": "The Official Meteor Distribution"
}

0 comments on commit 47e36c5

Please sign in to comment.