diff --git a/Makefile b/Makefile index d5599e2..a72c74c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b233334..a4b2933 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -20,7 +20,7 @@ "description": "Description of the extension." }, "extensionVersion": { - "message": "0.105", + "message": "0.107", "description": "Version of the extension." }, "proxyFailedStatus": { diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 9688e49..780e744 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -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": { diff --git a/manifest.json b/manifest.json index 36029cc..0a0aba3 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {