diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | README.rst | 6 | ||||
| -rwxr-xr-x | appinfo/info.xml | 2 | ||||
| -rwxr-xr-x | appinfo/version | 2 |
4 files changed, 10 insertions, 5 deletions
@@ -1,5 +1,10 @@ 2018-01-17 Christian Weiske <cweiske@cweiske.de> + * Fix admin doc link + * Version 0.6.6 + +2018-01-17 Christian Weiske <cweiske@cweiske.de> + * Make grauphel meta data compatible with Nextcloud 12 * Version 0.6.5 @@ -114,9 +114,9 @@ Manual installation and extract it. For example:: - $ wget http://cweiske.de/download/grauphel/grauphel-0.6.5.tar.gz - $ tar xjvf grauphel-0.6.5.tar.gz - $ rm grauphel-0.6.5.tar.gz + $ 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 You do have a directory ``/var/www/nextcloud/apps/grauphel`` now. #. Using your browser, login as administrator into nextCloud and click diff --git a/appinfo/info.xml b/appinfo/info.xml index dd71731..d7d43a3 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Tomboy, Conboy and Tomdroid clients are supported. </description> - <version>0.6.5</version> + <version>0.6.6</version> <licence>agpl</licence> <author>Christian Weiske</author> <namespace>Grauphel</namespace> diff --git a/appinfo/version b/appinfo/version index ef5e445..05e8a45 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.6.5 +0.6.6 |
