From dd1a7082fffff8099fa72c07736d9f4522217d31 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 2 Sep 2024 21:25:41 -0300 Subject: [PATCH] v0.7.0 --- package.json | 2 +- share/wimi/CHANGELOG | 2 +- share/wimi/VERSION | 2 +- src/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f68017c..d58e9ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wimi", - "version": "0.6.1", + "version": "0.7.0", "webExt": { "sourceDir": "build/production" }, diff --git a/share/wimi/CHANGELOG b/share/wimi/CHANGELOG index 86ae159..37212fb 100644 --- a/share/wimi/CHANGELOG +++ b/share/wimi/CHANGELOG @@ -1,6 +1,6 @@ # -*- mode: org -*- -** vNEXT +** v0.7.0 **** Add red glow on error screen The icon shown on the error screen how has an animation diff --git a/share/wimi/VERSION b/share/wimi/VERSION index 1490961..8b20e48 100644 --- a/share/wimi/VERSION +++ b/share/wimi/VERSION @@ -1 +1 @@ -v0.6.1 +v0.7.0 diff --git a/src/manifest.json b/src/manifest.json index d782744..dcb30a2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "wimi", - "version": "0.6.1", + "version": "0.7.0", "description": "Your public IP address from clean.myip.wtf to your browser", "action": { "default_popup": "/html/browseraction.html"