Skip to content

Commit

Permalink
Version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salcido committed May 4, 2018
1 parent 7f902c1 commit a0b297a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "Discogs Enhancer",
"short_name": "Discogs Enhancer",
"description": "Adds a dark theme, block sellers, price comparisons, currency converter, configurable quick search, & more to Discogs and Chrome!",
"version": "1.25.6",
"version": "2.0.0",
"author": "Matthew Salcido",
"homepage_url": "http://www.msalcido.com/discogs-enhancer",
"homepage_url": "https://www.discogs-enhancer.com",
"browser_action": {
"default_title": "Discogs Enhancer",
"default_icon": "img/icon_128.png",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "discogs-enhancer",
"version": "1.22.0",
"description": "A Chrome extension that adds useful functionality to Discogs.com! http://www.msalcido.com/discogs-enhancer",
"version": "2.0.0",
"description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salcido/Discogs-Enhancer.git"
"url": "git+https://github.com/salcido/discogs-enhancer.git"
},
"keywords": [],
"author": "Matthew Salcido",
"license": "ISC",
"license": "GPL 3.0",
"bugs": {
"url": "https://github.com/salcido/Discogs-Enhancer/issues"
"url": "https://github.com/salcido/discogs-enhancer/issues"
},
"homepage": "https://github.com/salcido/Discogs-Enhancer#readme",
"homepage": "https://github.com/salcido/discogs-enhancer#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
Expand Down

0 comments on commit a0b297a

Please sign in to comment.