diff --git a/.gitignore b/.gitignore index 3e2e84b..ba581ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -build/ -node_modules/ +/build/ +/node_modules/ +/web-ext-artifacts/ diff --git a/package-lock.json b/package-lock.json index 9292288..e97b0fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "myip.wtf", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "myip.wtf", - "version": "0.4.2", + "version": "0.5.0", "dependencies": { "preact": "^10.23.2" }, diff --git a/package.json b/package.json index 26f36a1..adfc980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myip.wtf", - "version": "0.4.2", + "version": "0.5.0", "webExt": { "sourceDir": "build/production" }, diff --git a/share/myip.wtf/CHANGELOG b/share/myip.wtf/CHANGELOG index 95c7789..839c095 100644 --- a/share/myip.wtf/CHANGELOG +++ b/share/myip.wtf/CHANGELOG @@ -1,6 +1,6 @@ # -*- mode: org -*- -** vNEXT +** v0.5.0 **** Replace React with preact This change replaces React with a lightweight alternative diff --git a/share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi b/share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi new file mode 100644 index 0000000..d04a254 Binary files /dev/null and b/share/myip.wtf/xpi/myip.wtf-v0.5.0.xpi differ diff --git a/src/manifest.json b/src/manifest.json index 7354e1f..901bf0d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "myip.wtf", - "version": "0.4.2", - "description": "Relays information about your public IP address from myip.wtf to your browser.", + "version": "0.5.0", + "description": "Relays information about your public IP address from clean.myip.wtf to your browser", "action": { "default_popup": "/html/browseraction.html" },