diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-03-13 09:22:06 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-03-13 09:22:06 (GMT) |
commit | 49bcd7cd9d4f2e76080d4ddf00e0243bf54f5dff (patch) | |
tree | a17677bd824119f0f16affaa5c3d5f5294da2c41 | |
parent | 6ce1738bb94ebf94dd016a76af3bda639d95c279 (diff) | |
download | iRony-49bcd7cd9d4f2e76080d4ddf00e0243bf54f5dff.tar.gz |
Bump version to 0.2.8
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | public_html/index.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index dbfd804..625fade 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.5", + "version": "0.2.8", "repositories": [ { "type": "vcs", diff --git a/public_html/index.php b/public_html/index.php index e280e4a..afe5974 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -5,7 +5,7 @@ * * This is the public API to provide *DAV-based access to the Kolab Groupware backend * - * @version 0.2.6 + * @version 0.2.7 * @author Thomas Bruederli <bruederli@kolabsys.com> * * Copyright (C) 2013-2014, Kolab Systems AG <contact@kolabsys.com> @@ -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.7'); +define('KOLAB_DAV_VERSION', '0.2.8'); define('KOLAB_DAV_START', microtime(true)); define('RCUBE_INSTALL_PATH', KOLAB_DAV_ROOT . '/'); |