Upgrade the version number to build a rhizome

This commit is contained in:
idk
2021-05-31 17:19:42 -04:00
parent 5b51fc2c27
commit e013c093d8
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.106
VERSION=0.105
MOZ_VERSION=0.108
VERSION=0.107
## INCREMENT THIS EVERY TIME YOU DO A RELEASE
LAST_VERSION=0.103
LAST_VERSION=0.105
YELLOW=F7E59A
ORANGE=FFC56D

View File

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

View File

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

View File

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