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-12-13 17:12:44 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-12-13 17:12:44 +0300
commit5fa8e97088a845388b3d2f58be0a2d8c3e726487 (patch)
tree8798af796bbdac2798fccf2e573bc1f4e0843464
parentd96c6a080afa3310e86e61e8eda2fdeb8483b89b (diff)
Raise version
-rw-r--r--package-lock.json16
-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, 13 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json
index fca450f..6399c73 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "passwords-webextension",
- "version": "2.2.0",
+ "version": "2.2.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "passwords-webextension",
- "version": "2.2.0",
+ "version": "2.2.2",
"license": "GPL",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
@@ -2440,9 +2440,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.4",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.4.tgz",
- "integrity": "sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==",
+ "version": "8.4.5",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
+ "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==",
"dev": true,
"dependencies": {
"nanoid": "^3.1.30",
@@ -5918,9 +5918,9 @@
}
},
"postcss": {
- "version": "8.4.4",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.4.tgz",
- "integrity": "sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==",
+ "version": "8.4.5",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
+ "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==",
"dev": true,
"requires": {
"nanoid": "^3.1.30",
diff --git a/package.json b/package.json
index d03022d..c61a2bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-webextension",
- "version": "2.2.1",
+ "version": "2.2.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 ffd1eed..5cbf752 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.2.1.99999",
- "version_name" : "2.2.1",
+ "version" : "2.2.2.99999",
+ "version_name" : "2.2.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 99a20d9..aee4729 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.2.1.BUILD",
+ "version" : "2.2.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 03e3926..fc10663 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.2.1.BUILD",
+ "version" : "2.2.2.BUILD",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",