From 46692c4de1fe0cfcd8c4db551f337f52bc267a50 Mon Sep 17 00:00:00 2001 From: Marius David Wieschollek Date: Sat, 16 Jan 2021 21:12:13 +0100 Subject: Update version Signed-off-by: Marius David Wieschollek --- Changelog.md | 8 ++++++++ package.json | 2 +- src/platform/chrome/manifest.json | 4 ++-- src/platform/fenix/manifest.json | 2 +- src/platform/firefox/manifest.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index c0be6c0..185b36f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +## 2.0.4 - Bugfix Release +### Fixed +- Missing session id in api requests + +## 2.0.3 - Bugfix Release +### Fixed +- Broken password fetch in Firefox Android + ## 2.0.2 - Bugfix Release ### Fixed - Alert in PassLink dialog diff --git a/package.json b/package.json index b272837..285cc37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passwords-webextension", - "version": "2.0.3", + "version": "2.0.4", "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 997ff76..0f96a31 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.3.99999", - "version_name" : "2.0.3", + "version" : "2.0.4.99999", + "version_name" : "2.0.4", "description" : "__MSG_extensionDescription__", "author" : "Marius Wieschollek", "default_locale" : "en", diff --git a/src/platform/fenix/manifest.json b/src/platform/fenix/manifest.json index 0d6251a..f07a555 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.3a.BUILD", + "version" : "2.0.4.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 7230b67..781fba2 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.3.BUILD", + "version" : "2.0.4.BUILD", "description" : "__MSG_extensionDescription__", "author" : "Marius Wieschollek", "default_locale" : "en", -- cgit v1.2.3