diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-04-27 06:29:39 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-04-27 06:29:39 +0200 |
| commit | ca9658f5aea13fbb230f97f06ab1b51d7776e51d (patch) | |
| tree | 29fcbce2a6f057d2e30e9b4ed916a11a1373f185 | |
| parent | 07939af90cf0a6b87267b1e76319817ccff2cccb (diff) | |
| download | grauphel-0.6.3.tar.gz grauphel-0.6.3.zip | |
prepare release 0.6.3v0.6.3
| -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,3 +1,8 @@ +2016-04-27 Christian Weiske <cweiske@cweiske.de> + + * Fix #40: Remove unneeded constructor parameter + * Version 0.6.3 + 2016-03-18 Christian Weiske <cweiske@cweiske.de> * Fix #37: Fix fatal error with ownCloud 9 @@ -114,9 +114,9 @@ Manual installation and extract it. For example:: - $ wget http://cweiske.de/download/grauphel/grauphel-0.6.2.tar.bz2 - $ tar xjvf grauphel-0.6.2.tar.bz2 - $ rm grauphel-0.6.2.tar.bz2 + $ wget http://cweiske.de/download/grauphel/grauphel-0.6.3.tar.bz2 + $ tar xjvf grauphel-0.6.3.tar.bz2 + $ rm grauphel-0.6.3.tar.bz2 You do have a directory ``/var/www/owncloud/apps/grauphel`` now. #. Using your browser, login as administrator into ownCloud and click diff --git a/appinfo/info.xml b/appinfo/info.xml index f4221cf..713880b 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Tomboy, Conboy and Tomdroid clients are supported. </description> - <version>0.6.2</version> + <version>0.6.3</version> <licence>AGPL3 or later</licence> <author>Christian Weiske</author> diff --git a/appinfo/version b/appinfo/version index b616048..844f6a9 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.6.2 +0.6.3 |
