From a1a9c8221e15b978d71cf92659c3b85e7abaeef5 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 11 Nov 2019 21:54:26 -0500 Subject: [PATCH] update debian and packaging info --- Makefile | 6 ++++-- debian/changelog | 6 ++++++ manifest.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 510f565..9446084 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ clean: ## EVEN RELEASES are AMO RELEASES ## ODD RELEASES are SELFHOSTED RELEASES -MOZ_VERSION=0.40 -VERSION=0.41 +MOZ_VERSION=0.42 +VERSION=0.43 #VERSION=$(MOZ_VERSION) #VERSION=1.27 @@ -76,6 +76,8 @@ zip: version --exclude="./i2psetproxy.js@eyedeekay.github.io.xpi" \ --exclude="./i2psetproxy.js.png" \ --exclude="./i2psetproxy.js.gif" \ + --exclude="./package.json" \ + --exclude="./package-lock.json" \ --exclude="./.git" -r -FS ../i2psetproxy.js.zip * release: diff --git a/debian/changelog b/debian/changelog index e5dbaf7..5bf9229 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +i2psetproxy.js (0.43-1) UNRELEASED; urgency=low + + * Contextualize All the Things + + -- idk Thu, 31 OCT 2019 12:41:33 -0400 + i2psetproxy.js (0.41-1) UNRELEASED; urgency=low * Only open tabs, not windows diff --git a/manifest.json b/manifest.json index c535d23..4e377ab 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ ], "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "0.41", + "version": "0.43", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/eyedeekay/i2psetproxy.js", "icons": {