diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-01-08 11:22:49 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-01-08 11:22:49 (GMT) |
commit | 1c1f1779ce2fc4c610182ca990e47c3b94110bfd (patch) | |
tree | c951be9453d69ec4836db232449ce08a25ddd968 | |
parent | 1f6fb15ddbf93e9dd77a437b7415994ff0463169 (diff) | |
download | iRony-1c1f1779ce2fc4c610182ca990e47c3b94110bfd.tar.gz |
Set version to 0.2.9iRony-0.2.9
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | public_html/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index a99a262..dd73174 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "kolab/irony", "description": "iRony - The Kolab WebDAV/CalDAV/CardDAV Server", "license": "AGPL-3.0", - "version": "0.2.8", + "version": "0.2.9", "repositories": [ { "type": "vcs", diff --git a/public_html/index.php b/public_html/index.php index afe5974..a32f6cc 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -26,7 +26,7 @@ // define some environment variables used throughout the app and libraries define('KOLAB_DAV_ROOT', realpath('../')); -define('KOLAB_DAV_VERSION', '0.2.8'); +define('KOLAB_DAV_VERSION', '0.2.9'); define('KOLAB_DAV_START', microtime(true)); define('RCUBE_INSTALL_PATH', KOLAB_DAV_ROOT . '/'); |