From 2b59f9d35c81a9d25e87a4d9c48ee1097756a3bb Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 29 Jan 2018 22:26:36 +0100 Subject: [PATCH] Release 0.6.7 --- ChangeLog | 5 +++++ README.rst | 8 ++++---- appinfo/info.xml | 2 +- appinfo/version | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31096b5..cb056b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-01-29 Christian Weiske + + * Fix #54: Nextcloud 13 compatibility + * Version 0.6.7 + 2018-01-17 Christian Weiske * Fix admin doc link diff --git a/README.rst b/README.rst index d03e18e..e19381f 100644 --- a/README.rst +++ b/README.rst @@ -114,9 +114,9 @@ Manual installation and extract it. For example:: - $ wget http://cweiske.de/download/grauphel/grauphel-0.6.6.tar.gz - $ tar xjvf grauphel-0.6.6.tar.gz - $ rm grauphel-0.6.6.tar.gz + $ wget http://cweiske.de/download/grauphel/grauphel-0.6.7.tar.gz + $ tar xjvf grauphel-0.6.7.tar.gz + $ rm grauphel-0.6.7.tar.gz You do have a directory ``/var/www/nextcloud/apps/grauphel`` now. #. Using your browser, login as administrator into nextCloud and click @@ -226,4 +226,4 @@ To release a new version, do the following: Signature:: - $ openssl dgst -sha512 -sign ~/.nextcloud/certificates/grauphel.key dist/grauphel-0.6.5.tar.gz | openssl base64 + $ openssl dgst -sha512 -sign ~/.nextcloud/certificates/grauphel.key dist/grauphel-0.6.7.tar.gz | openssl base64 diff --git a/appinfo/info.xml b/appinfo/info.xml index b1bfcf7..4f37fde 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Tomboy, Conboy and Tomdroid clients are supported. - 0.6.6 + 0.6.7 agpl Christian Weiske Grauphel diff --git a/appinfo/version b/appinfo/version index 05e8a45..2228cad 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.6.6 +0.6.7 -- 2.30.2