Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2021-02-28 12:49:05 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-02-28 12:49:05 +0300
commitf37008c8d32c71bf6fb9a13b1bc0e49d23109a0a (patch)
treebfa475e3819b58806d84535f1b142d0f7581e2e3 /src/platform
parent7a82c07a753d997fedc42e05bd8cb01c20882d34 (diff)
Raise version
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/chrome/manifest.json4
-rw-r--r--src/platform/fenix/manifest.json2
-rw-r--r--src/platform/firefox/manifest.json2
-rw-r--r--src/platform/generic/_locales/de/messages.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/platform/chrome/manifest.json b/src/platform/chrome/manifest.json
index 4533470..c15924b 100644
--- a/src/platform/chrome/manifest.json
+++ b/src/platform/chrome/manifest.json
@@ -1,8 +1,8 @@
{
"manifest_version" : 2,
"name" : "__MSG_extensionName__",
- "version" : "2.1.1.99999",
- "version_name" : "2.1.1",
+ "version" : "2.2.0.99999",
+ "version_name" : "2.2.0",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/fenix/manifest.json b/src/platform/fenix/manifest.json
index 9c49090..21aac85 100644
--- a/src/platform/fenix/manifest.json
+++ b/src/platform/fenix/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version" : 2,
"name" : "__MSG_extensionName__",
- "version" : "2.1.1.BUILD",
+ "version" : "2.2.0.BUILD",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json
index 58ae439..5beb17b 100644
--- a/src/platform/firefox/manifest.json
+++ b/src/platform/firefox/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version" : 2,
"name" : "__MSG_extensionName__",
- "version" : "2.1.1.BUILD",
+ "version" : "2.2.0.BUILD",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index e2e5d18..cdf0d4c 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -1154,7 +1154,7 @@
"description": "Headline above the section for the build instructions in the debug tab in the extension settings"
},
"DebugSourceAndBuild" : {
- "message" : "Anleitung zum kompilieren der Extension und Herunterladen des Quelltextes.",
+ "message" : "Anleitung zum Kompilieren der Extension und Herunterladen des Quelltextes.",
"description": "Label of the link to open the page with build instructions and links to the source code in the debug tab in the extension settings"
},
"DebugErrorLog" : {