summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2013-09-11 09:00:58 (GMT)
committerThomas Bruederli <bruederli@kolabsys.com>2013-09-11 09:00:58 (GMT)
commit556afcd0c0e5bf71d98230a8e70c7c54b56b1b1e (patch)
tree5643b74d2bf20ad4f6646d2df4aa41519f325a5d
parent42a2401211cbf31b5b01609d1e069e89934e9f70 (diff)
downloadiRony-556afcd0c0e5bf71d98230a8e70c7c54b56b1b1e.tar.gz
Bump version
-rw-r--r--composer.json2
-rw-r--r--public_html/index.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 63ea878..27877a8 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.1.0",
+ "version": "0.2.0",
"repositories": [
{
"type": "vcs",
diff --git a/public_html/index.php b/public_html/index.php
index 6584ad8..5261e56 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.1.0
+ * @version 0.2.0
* @author Thomas Bruederli <bruederli@kolabsys.com>
*
* Copyright (C) 2013, 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.1.0');
+define('KOLAB_DAV_VERSION', '0.2.0');
define('KOLAB_DAV_START', microtime(true));
define('RCUBE_INSTALL_PATH', KOLAB_DAV_ROOT . '/');