From 89afe2abf93f0418a63bd05d7b33103c2e0e2fb8 Mon Sep 17 00:00:00 2001 From: eight04 Date: Mon, 23 Sep 2024 09:58:48 +0800 Subject: [PATCH] 0.18.1 --- package-lock.json | 4 ++-- package.json | 2 +- src/static/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c188d3e..0f7beac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "image-picka", - "version": "0.18.0", + "version": "0.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "image-picka", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "dependencies": { "image-extensions": "^1.1.0", diff --git a/package.json b/package.json index 06865f9..f1b436c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Image Picka", "name": "image-picka", - "version": "0.18.0", + "version": "0.18.1", "description": "An image picker written in webextensions", "author": "eight04 ", "license": "MIT", diff --git a/src/static/manifest.json b/src/static/manifest.json index 1a9fe78..5738f7d 100644 --- a/src/static/manifest.json +++ b/src/static/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.18.0", + "version": "0.18.1", "name": "Image Picka", "description": "__MSG_extensionDescription__", "author": "eight",