update debian and packaging info

This commit is contained in:
idk
2019-11-11 21:54:26 -05:00
parent 34e1251292
commit a1a9c8221e
3 changed files with 11 additions and 3 deletions

View File

@@ -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:

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
i2psetproxy.js (0.43-1) UNRELEASED; urgency=low
* Contextualize All the Things
-- idk <hankhill19580@gmail.com> Thu, 31 OCT 2019 12:41:33 -0400
i2psetproxy.js (0.41-1) UNRELEASED; urgency=low
* Only open tabs, not windows

View File

@@ -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": {