From 6955586df29a383ae77075a9ff8bc35567598b18 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sun, 23 Oct 2022 20:19:29 -0300 Subject: [PATCH 1/3] 6.0.1 Signed-off-by: Vitor Mattos --- CHANGELOG.md | 2 +- appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd97590b0..c33da382b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Types of changes: - *Security* in case of vulnerabilities. -## 6.0.0 - 2022-10-23 +## 6.0.1 - 2022-10-23 ### Changed * Big refactor to upgrade frontend components * Easy setup without necessity to run commands in server diff --git a/appinfo/info.xml b/appinfo/info.xml index a50b62c398..d667a797d5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ ]]> - 6.0.0 + 6.0.1 agpl Libre Code diff --git a/package.json b/package.json index ad16c620f6..116844c4a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libresign", "description": "A app for signing documents", - "version": "6.0.0", + "version": "6.0.1", "license": "agpl", "private": true, "scripts": { From 91919b73bf0aa1f3da03d43e3ba9e3248628a45c Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sun, 23 Oct 2022 22:24:25 -0300 Subject: [PATCH 2/3] Fix position of element Signed-off-by: Vitor Mattos --- src/views/CreatePassword.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/CreatePassword.vue b/src/views/CreatePassword.vue index 836c244f93..0df2985d59 100644 --- a/src/views/CreatePassword.vue +++ b/src/views/CreatePassword.vue @@ -1,5 +1,5 @@