diff --git a/package.json b/package.json index adfc980..dcd16f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myip.wtf", - "version": "0.5.0", + "version": "0.5.1", "webExt": { "sourceDir": "build/production" }, diff --git a/share/myip.wtf/CHANGELOG b/share/myip.wtf/CHANGELOG index 839c095..745b553 100644 --- a/share/myip.wtf/CHANGELOG +++ b/share/myip.wtf/CHANGELOG @@ -1,5 +1,10 @@ # -*- mode: org -*- +** v0.5.1 + +**** Shorten description in manifest +Shorten the addon description + ** v0.5.0 **** Replace React with preact diff --git a/share/myip.wtf/xpi/myip.wtf-v0.5.1.xpi b/share/myip.wtf/xpi/myip.wtf-v0.5.1.xpi new file mode 100644 index 0000000..7161bb1 Binary files /dev/null and b/share/myip.wtf/xpi/myip.wtf-v0.5.1.xpi differ diff --git a/src/manifest.json b/src/manifest.json index 901bf0d..3a5f53d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "myip.wtf", - "version": "0.5.0", - "description": "Relays information about your public IP address from clean.myip.wtf to your browser", + "version": "0.5.1", + "description": "Your public IP address from clean.myip.wtf to your browser", "action": { "default_popup": "/html/browseraction.html" },