diff --git a/Makefile b/Makefile index ab51741..c36e27d 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ moz-sign: version clean-artifacts @echo "Using the 'sign' target to instantly sign an extension for self-distribution" @echo "requires a JWT API Key and Secret from addons.mozilla.org to be made available" @echo "to the Makefile under the variables WEB_EXT_API_KEY and WEB_EXT_API_SECRET." - $(HOME)/node_modules/.bin/web-ext sign --use-subission-api --channel unlisted --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET) --timeout 900000 #--api-url-prefix http://localhost:3000/api/v4 + $(HOME)/node_modules/.bin/web-ext sign --use-submission-api --channel unlisted --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET) --timeout 900000 #--api-url-prefix http://localhost:3000/api/v4 make copyss sleep 5 diff --git a/debian/changelog b/debian/changelog index 3f609e4..9e37b6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,20 +2,20 @@ i2psetproxy.js (2.5.9-1) UNRELEASED; urgency=low * Minor refactoring, simplifications - -- idk Thu, 10 July 2024 13:40:40 -0400 + -- idk Thu, 10 July 2024 13:40:40 -0400 i2psetproxy.js (1.49-1) UNRELEASED; urgency=low * Fix proxy error page load. * lots of cleanup - -- idk Tue, 20 Jun 2023 15:40:40 -0400 + -- idk Tue, 20 Jun 2023 15:40:40 -0400 i2psetproxy.js (1.47-1) UNRELEASED; urgency=low * only reset the theme if we're resetting from one we own - -- idk Sun, 11 Jun 2023 14:05:08 -0400 + -- idk Sun, 11 Jun 2023 14:05:08 -0400 i2psetproxy.js (1.45-1) UNRELEASED; urgency=low diff --git a/index.html b/index.html index 3901611..dd7feb8 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ information to any third party, nor will it, ever.

This browser extension cannot influence telemetry carried out by browser vendors to determine performance in their distribution channels, nor can it mitigate any -other browser vendor telemetry.

+other browser vendor telemetry.

This browser extension is entirely Free, Open-Source software.

diff --git a/manifest.json b/manifest.json index a4ca769..f7661cb 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,7 @@ ], "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.49", + "version": "2.5.9", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox", "icons": { diff --git a/manifestv3.json b/manifestv3.json index 7a84353..c7416a2 100644 --- a/manifestv3.json +++ b/manifestv3.json @@ -27,7 +27,7 @@ "host_permissions": [""], "manifest_version": 3, "name": "__MSG_extensionName__", - "version": "1.49", + "version": "2.5.9", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox", "icons": {