From a87a897f38063acf31864ca582ad099c786dae64 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 25 Apr 2024 23:41:55 -0300 Subject: [PATCH] v0.4.2 --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"