From a3ebe57f1fdf32abcc4f05d6b0d7a71b274aafee Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Fri, 22 May 2015 13:40:33 +0300 Subject: [PATCH] Bump version --- src/composer.json | 2 +- src/mibew/libs/common/constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/composer.json b/src/composer.json index b5455a22..211cfa08 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { "name": "mibew/mibew", - "version": "2.0.0", + "version": "2.0.1", "description": "Mibew Messenger - open-source live support application", "type": "project", "homepage": "http://mibew.org", diff --git a/src/mibew/libs/common/constants.php b/src/mibew/libs/common/constants.php index c0b95e6d..b91accfa 100644 --- a/src/mibew/libs/common/constants.php +++ b/src/mibew/libs/common/constants.php @@ -20,7 +20,7 @@ /** * Current version of Mibew Messenger */ -define('MIBEW_VERSION', '2.0.0'); +define('MIBEW_VERSION', '2.0.1'); /** * Prefix for session variables.