diff --git a/package-lock.json b/package-lock.json index 4bfbf5f..381d64d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "image-picka", - "version": "0.18.1", + "version": "0.18.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "image-picka", - "version": "0.18.1", + "version": "0.18.2", "license": "MIT", "dependencies": { "image-extensions": "^1.1.0", diff --git a/package.json b/package.json index f1b436c..d90f615 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Image Picka", "name": "image-picka", - "version": "0.18.1", + "version": "0.18.2", "description": "An image picker written in webextensions", "author": "eight04 ", "license": "MIT", diff --git a/src/static/manifest.json b/src/static/manifest.json index 5738f7d..1c225f2 100644 --- a/src/static/manifest.json +++ b/src/static/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.18.1", + "version": "0.18.2", "name": "Image Picka", "description": "__MSG_extensionDescription__", "author": "eight",