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"