From 30284659f6ab7ede5733318c3ebc045ae56f778a Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 6 Apr 2024 19:16:56 -0300 Subject: [PATCH] v0.4.1 --- VERSION | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index fb7a04c..5aff472 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.0 +v0.4.1 diff --git a/package.json b/package.json index e315360..4349d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myip.wtf", - "version": "0.4.0", + "version": "0.4.1", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/src/manifest.json b/src/manifest.json index 96ec90f..7d80542 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "myip.wtf", - "version": "0.4.0", + "version": "0.4.1", "description": "Relays information about your public IP address from myip.wtf to your browser.", "action": { "default_popup": "/html/browseraction.html"