Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-08-09 12:43:07 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-08-09 12:43:07 +0300
commit6ba1b0e15915f94e29a0aab8f5ef0783f571ac7e (patch)
tree23cad2a5faa2780ac6d97b8c3d5f399591aa56fc
parent478bcb1283337cd638c3f6c6ceca09a43b4f68e5 (diff)
release v1.6.1v1.6.1
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
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.]]></description>
- <version>1.6.0</version>
+ <version>1.6.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>