fix version ordering, 1.26
This commit is contained in:
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@ uninstall:
|
||||
clobber:
|
||||
rm -f ../i2psetproxy.js.zip ../i2p_proxy*.xpi
|
||||
|
||||
VERSION=1.25
|
||||
VERSION=1.26
|
||||
|
||||
xpi:
|
||||
mv ~/Downloads/i2p_proxy-$(VERSION)-an+fx.xpi ../i2psetproxy.js@eyedeekay.github.io.xpi
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@
|
||||
"permissions": ["theme", "browsingData", "notifications", "proxy", "privacy", "storage"],
|
||||
"manifest_version": 2,
|
||||
"name": "__MSG_extensionName__",
|
||||
"version": "1.25",
|
||||
"version": "1.26",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"homepage_url": "https://github.com/eyedeekay/i2psetproxy.js",
|
||||
"icons": {
|
||||
|
||||
Reference in New Issue
Block a user