Skip to content

Commit

Permalink
only reset the theme if we're resetting from one we own
Browse files Browse the repository at this point in the history
  • Loading branch information
idk committed Jun 11, 2023
1 parent 5522902 commit e15a312
Show file tree
Hide file tree
Showing 2 changed files with 8 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.46
VERSION=1.45
MOZ_VERSION=1.48
VERSION=1.47

## 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
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
i2psetproxy.js (1.47-1) UNRELEASED; urgency=low

* only reset the theme if we're resetting from one we own

-- idk <hankhill19580@gmail.com> Sun, 11 Jun 2023 14:05:08 -0400

i2psetproxy.js (1.45-1) UNRELEASED; urgency=low

* Refactor scrub-and-capture code
Expand Down

0 comments on commit e15a312

Please sign in to comment.