From 93c215ce2335c86cd8e8d3ca26ccd30d04b61111 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 20 Jun 2023 15:41:05 -0400 Subject: [PATCH] bump version again --- Makefile | 4 ++-- debian/changelog | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d00bdf..8800cbc 100644 --- a/Makefile +++ b/Makefile @@ -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 '"') diff --git a/debian/changelog b/debian/changelog index f4234d2..66beb1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 + i2psetproxy.js (1.47-1) UNRELEASED; urgency=low * only reset the theme if we're resetting from one we own