diff --git a/package.json b/package.json index 69663df..98978ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wimi", - "version": "0.7.0", + "version": "0.7.1", "webExt": { "sourceDir": "build/production" }, diff --git a/share/wimi/CHANGELOG b/share/wimi/CHANGELOG index 6455e30..dce72e2 100644 --- a/share/wimi/CHANGELOG +++ b/share/wimi/CHANGELOG @@ -1,6 +1,6 @@ # -*- mode: org -*- -** vNEXT +** v0.7.1 **** Add ~etc/~ Move (most) configuration files to the ~etc/~ directory diff --git a/share/wimi/VERSION b/share/wimi/VERSION index 8b20e48..63f2359 100644 --- a/share/wimi/VERSION +++ b/share/wimi/VERSION @@ -1 +1 @@ -v0.7.0 +v0.7.1 diff --git a/src/manifest.json b/src/manifest.json index dcb30a2..60fd86c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "wimi", - "version": "0.7.0", + "version": "0.7.1", "description": "Your public IP address from clean.myip.wtf to your browser", "action": { "default_popup": "/html/browseraction.html"