From 339da62a237ed65f8b3f78aec5b359f9128af25f Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 14 Dec 2021 13:54:38 +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 758869cb..fcc734cc 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,6 +1,6 @@ { "name": "mibew/mibew", - "version": "3.5.3", + "version": "3.5.4", "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 73ff96db..4e74a70c 100644 --- a/src/mibew/VERSION.txt +++ b/src/mibew/VERSION.txt @@ -1 +1 @@ -Mibew/3.5.3 \ No newline at end of file +Mibew/3.5.4 \ No newline at end of file diff --git a/src/mibew/libs/common/constants.php b/src/mibew/libs/common/constants.php index b4451233..26ef031c 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.5.3'); +define('MIBEW_VERSION', '3.5.4'); /** * Prefix for session variables.