diff --git a/package-lock.json b/package-lock.json index 75c6575..136f86d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "myip.wtf", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "myip.wtf", - "version": "0.4.1", + "version": "0.4.2", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/package.json b/package.json index 5b6b7ac..31a8a6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myip.wtf", - "version": "0.4.1", + "version": "0.4.2", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/src/manifest.json b/src/manifest.json index 7d80542..0483f73 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "myip.wtf", - "version": "0.4.1", + "version": "0.4.2", "description": "Relays information about your public IP address from myip.wtf to your browser.", "action": { "default_popup": "/html/browseraction.html"