diff --git a/package.json b/package.json index a69c5d3..a6d962d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arkpets-chrome", - "version": "1.3.0", + "version": "1.4.0", "private": true, "scripts": { "watch": "webpack build --watch --mode development", diff --git a/src/manifest.json b/src/manifest.json index 9ae0578..7949855 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "ArkPets Chrome", "description": "Shows Arknights characters on web pages", - "version": "1.3.0", + "version": "1.4.0", "permissions": [ "storage" ],