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:
-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",