Skip to content

Commit

Permalink
bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
idk committed Jun 20, 2023
1 parent 00353f5 commit 93c215c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ clean: rc clean-artifacts
## EVEN RELEASES are AMO RELEASES
## ODD RELEASES are SELFHOSTED RELEASES

MOZ_VERSION=1.48
VERSION=1.47
MOZ_VERSION=1.50
VERSION=1.49

## INCREMENT THIS EVERY TIME YOU DO A RELEASE
LAST_VERSION=$(shell grep '"version"' manifest.json | sed 's|"version"||g' | tr -d " :,'" | tr -d '"')
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
i2psetproxy.js (1.49-1) UNRELEASED; urgency=low

* Fix proxy error page load.
* lots of cleanup

-- idk <[email protected]> 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
Expand Down

0 comments on commit 93c215c

Please sign in to comment.