From 0b53bee4839f6246a355d9b4db74ea27c82781ad Mon Sep 17 00:00:00 2001 From: Matthew Salcido Date: Thu, 12 Jul 2018 07:58:34 -0700 Subject: [PATCH] Version bump to 2.2.0! --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e165207b..a4ab844d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "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": "2.1.1", + "version": "2.2.0", "author": "Matthew Salcido", "homepage_url": "https://www.discogs-enhancer.com", "browser_action": { diff --git a/package.json b/package.json index b064cd94..36308654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discogs-enhancer", - "version": "2.1.1", + "version": "2.2.0", "description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com", "main": "index.js", "scripts": {