connection interrupted mid release, retry failed validation. Bump and retry

This commit is contained in:
idk
2021-07-07 21:58:30 -04:00
parent 80d5367fed
commit 4bc984a72d
4 changed files with 6 additions and 6 deletions

View File

@@ -37,11 +37,11 @@ clean: rc clean-artifacts
## EVEN RELEASES are AMO RELEASES
## ODD RELEASES are SELFHOSTED RELEASES
MOZ_VERSION=0.108
VERSION=0.107
MOZ_VERSION=0.110
VERSION=0.109
## INCREMENT THIS EVERY TIME YOU DO A RELEASE
LAST_VERSION=0.105
LAST_VERSION=0.107
YELLOW=F7E59A
ORANGE=FFC56D

View File

@@ -20,7 +20,7 @@
"description": "Description of the extension."
},
"extensionVersion": {
"message": "0.107",
"message": "0.108",
"description": "Version of the extension."
},
"proxyFailedStatus": {

View File

@@ -20,7 +20,7 @@
"description": "Descripción de la extensión."
},
"extensionVersion": {
"message": "0,107",
"message": "0.108",
"description": "Versión de la extensión."
},
"proxyFailedStatus": {

View File

@@ -27,7 +27,7 @@
],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "0.107",
"version": "0.108",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox",
"icons": {