From b6bfc39cbf670b530029c261a3e6605e86e73a37 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Mon, 19 Nov 2018 16:46:52 +0300 Subject: [PATCH] Bump version --- src/composer.json | 2 +- src/mibew/VERSION.txt | 2 +- src/mibew/libs/common/constants.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/composer.json b/src/composer.json index a7d50ba6..8c2d2302 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { "name": "mibew/mibew", - "version": "3.2.0", + "version": "3.2.1", "description": "Mibew Messenger - open-source live support application", "type": "project", "homepage": "https://mibew.org", diff --git a/src/mibew/VERSION.txt b/src/mibew/VERSION.txt index fc8716f0..85e35d05 100644 --- a/src/mibew/VERSION.txt +++ b/src/mibew/VERSION.txt @@ -1 +1 @@ -Mibew/3.2.0 \ No newline at end of file +Mibew/3.2.1 \ No newline at end of file diff --git a/src/mibew/libs/common/constants.php b/src/mibew/libs/common/constants.php index 219d608d..5c311dfe 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', '3.2.0'); +define('MIBEW_VERSION', '3.2.1'); /** * Prefix for session variables.