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-05-26 21:03:52 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-05-26 21:03:52 +0300
commitde460afe8ca593026402715371461a257d03490d (patch)
tree7d9c7ce34861bfca38f1e3164004fc5bc9947016
parent2e74a746ff8e80bd0cecbfcb18d5445937dcfb0c (diff)
Raise version2.1.2
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package-lock.json4
-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
5 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index daa80f5..565b62e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "passwords-webextension",
- "version": "2.1.1",
+ "version": "2.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "2.1.1",
+ "version": "2.1.2",
"license": "GPL",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
diff --git a/package.json b/package.json
index 9eca5c2..baca984 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-webextension",
- "version": "2.1.1",
+ "version": "2.1.2",
"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 4533470..23a3aae 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.1.2.99999",
+ "version_name" : "2.1.2",
"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..7d4f517 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.1.2.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..7817cb2 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.1.2.BUILD",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",