From 1057111da9d21d8096a0240cbe39a217c8e88bc3 Mon Sep 17 00:00:00 2001 From: Matthew Salcido Date: Thu, 19 May 2022 16:19:34 -0700 Subject: [PATCH] Version bump to 3.0.2 --- js/popup/change-log.js | 2 +- manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/popup/change-log.js b/js/popup/change-log.js index 1bac8613..3e1785ba 100644 --- a/js/popup/change-log.js +++ b/js/popup/change-log.js @@ -1,7 +1,7 @@ module.exports = { current: [ { - version: '3.0.1', + version: '3.0.2', features: [ { name: 'Block Sellers Directly From The Marketplace', diff --git a/manifest.json b/manifest.json index ed24965b..6b569f06 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!", - "version": "3.0.1", + "version": "3.0.2", "author": "Matthew Salcido", "homepage_url": "https://www.discogs-enhancer.com", "action": { diff --git a/package-lock.json b/package-lock.json index 4bd34b78..e22741eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "discogs-enhancer", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c5e0d369..9d557fe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discogs-enhancer", - "version": "3.0.1", + "version": "3.0.2", "description": "A Chrome extension that adds useful functionality to Discogs.com! https://www.discogs-enhancer.com", "main": "index.js", "scripts": {