diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-01-17 21:48:13 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-01-17 21:48:13 +0100 |
| commit | aaf96756d39de9e3c4168730f6a732d20d337251 (patch) | |
| tree | d33dc3ec5488a53acedc35c567a44eb281724ddf | |
| parent | 15a256ab7b7387a14f3e6a1c2c1e5e6a940f2a82 (diff) | |
| download | grauphel-0.6.6.tar.gz grauphel-0.6.6.zip | |
Release 0.6.6v0.6.6
| -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 |
