Update version

This commit is contained in:
eyedeekay
2024-07-10 13:39:45 -04:00
parent 7caf54b736
commit 76428c4f44
3 changed files with 9 additions and 3 deletions

View File

@ -37,8 +37,8 @@ clean: rc clean-artifacts
## EVEN RELEASES are AMO RELEASES
## ODD RELEASES are SELFHOSTED RELEASES
MOZ_VERSION=1.50
VERSION=1.49
MOZ_VERSION=2.5.9
VERSION=2.5.9
## INCREMENT THIS EVERY TIME YOU DO A RELEASE
LAST_VERSION=$(shell grep '"version"' manifest.json | sed 's|"version"||g' | tr -d " :,'" | tr -d '"')

View File

@ -25,7 +25,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.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
i2psetproxy.js (2.5.9-1) UNRELEASED; urgency=low
* Minor refactoring, simplifications
-- idk <hankhill19580@gmail.com> Thu, 10 July 2024 13:40:40 -0400
i2psetproxy.js (1.49-1) UNRELEASED; urgency=low
* Fix proxy error page load.