From 928622febe688d6a7c2b2ac739e98e13962d5c9e Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Fri, 28 Jun 2019 13:07:55 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- Makefile | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3598a11..6dbe27b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master -version+=0.6.3 +version+=0.6.4 # Cleaning diff --git a/appinfo/info.xml b/appinfo/info.xml index ffb8dac..b4a096c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it! ]]> - 0.6.3 + 0.6.4 agpl Robin Appelman From 062575378b8f15d319568245b60d4686e96e8d80 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Fri, 28 Jun 2019 14:41:32 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20set=20makefile=20?= =?UTF-8?q?version=20to=20'master'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6dbe27b..0de45d4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master -version+=0.6.4 +version+=master # Cleaning