From 6ba1b0e15915f94e29a0aab8f5ef0783f571ac7e Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 9 Aug 2018 11:43:07 +0200 Subject: release v1.6.1 Signed-off-by: Bjoern Schiessle --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b797ae3..6039b872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +# 1.6.1 + +### Fixed + +- internal version number + ## 1.6.0 ### Changelog diff --git a/Makefile b/Makefile index ec28b705..364826fe 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates -version+=1.6.0 +version+=1.6.1 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index ab540451..48c5069e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ The following providers are supported and tested at the moment: * Any other provider that authenticates using the environment variable While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]> - 1.6.0 + 1.6.1 agpl Lukas Reschke User_SAML -- cgit v1.2.3