Skip to content

Commit

Permalink
Bump package versions for the official 1.7.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Aug 16, 2018
1 parent dd254a5 commit 5748d0d
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-5-rc.0'
version: '1.7.0_5'
});

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,13 +1,14 @@
{
"track": "METEOR",
"version": "1.7.0.4",
"version": "1.7.0.5",
"recommended": false,
"official": true,
"patchFrom": [
"1.7",
"1.7.0.1",
"1.7.0.2",
"1.7.0.3"
"1.7.0.3",
"1.7.0.4"
],
"description": "The Official Meteor Distribution"
}

0 comments on commit 5748d0d

Please sign in to comment.