Skip to content

Commit

Permalink
Bump version to 7.0.0, final part of refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
slak44 committed Jan 8, 2018
1 parent dbbdbe9 commit 26e6fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chrome-new-tab",
"private": true,
"version": "6.4.2",
"version": "7.0.0",
"dependencies": {
"async": "^2.5.0",
"babel": "^6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "A New 'new tab'",
"version": "6.4.2",
"version": "7.0.0",
"chrome_url_overrides": {
"newtab": "/main/main.html"
},
Expand Down

0 comments on commit 26e6fd0

Please sign in to comment.