From c76c40af051a508ff850a023d054bbb18b38c645 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 5 Apr 2024 15:25:44 -0300 Subject: [PATCH] v0.4.0 --- VERSION | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 268b033..fb7a04c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.0 +v0.4.0 diff --git a/package.json b/package.json index 456c413..e315360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myip.wtf", - "version": "0.3.1", + "version": "0.4.0", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/src/manifest.json b/src/manifest.json index 92dc2dc..96ec90f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "myip.wtf", - "version": "0.3.1", + "version": "0.4.0", "description": "Relays information about your public IP address from myip.wtf to your browser.", "action": { "default_popup": "/html/browseraction.html"