diff --git a/package-lock.json b/package-lock.json index 9c151bc..3acdee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "image-picka", - "version": "0.15.1", + "version": "0.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "image-picka", - "version": "0.15.1", + "version": "0.16.0", "license": "MIT", "dependencies": { "image-extensions": "^1.1.0", diff --git a/package.json b/package.json index d1fccb6..68de7cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Image Picka", "name": "image-picka", - "version": "0.15.1", + "version": "0.16.0", "description": "An image picker written in webextensions", "author": "eight04 ", "license": "MIT", diff --git a/src/static/manifest.json b/src/static/manifest.json index 92d4038..ba0c13f 100644 --- a/src/static/manifest.json +++ b/src/static/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.15.1", + "version": "0.16.0", "name": "Image Picka", "description": "__MSG_extensionDescription__", "author": "eight",