diff --git a/package-lock.json b/package-lock.json index 14c9312..e9ba14c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bible-web-extension", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "devDependencies": { "web-ext": "^5.5.0" diff --git a/package.json b/package.json index edf2a41..5466f9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bible-web-extension", - "version": "1.0.0", + "version": "1.0.1", "description": "Quickly find Bible verses from your browser's address bar", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 461fba7..0b22970 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Pismo Święte", "description": "Szybko wyszukuj sigla biblijne prosto z paska adresu. Słowo kluczowe: \"bib\".", - "version": "1.0.0", + "version": "1.0.1", "icons": { "64": "icons/icon.png" },