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-01-15 00:51:32 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-15 00:51:32 +0300
commitc60ad83f77fb0ab8f95183eb0bac9a0028a41fe4 (patch)
tree172b55c6c505186aa42f524adc90c98151119c36
parent2e8fd3af07b6e6349fa530602e881b6e320c8264 (diff)
Raise version2.0.3
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package.json2
-rw-r--r--src/platform/chrome/manifest.json4
-rw-r--r--src/platform/fenix/manifest.json2
-rw-r--r--src/platform/firefox/manifest.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 5a48e67..8e2c1fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-webextension",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "The official browser client of the Passwords app for Nextcloud",
"private": true,
"scripts": {
diff --git a/src/platform/chrome/manifest.json b/src/platform/chrome/manifest.json
index fb0232f..997ff76 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.0.2.99999",
- "version_name" : "2.0.2",
+ "version" : "2.0.3.99999",
+ "version_name" : "2.0.3",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/fenix/manifest.json b/src/platform/fenix/manifest.json
index 6ead4eb..0d6251a 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.0.2.BUILD",
+ "version" : "2.0.3a.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 351e5fc..7230b67 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.0.2.BUILD",
+ "version" : "2.0.3.BUILD",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",