1 parent eae2b3d commit 944b0feCopy full SHA for 944b0fe
3 files changed
src/composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mibew/mibew",
3
- "version": "3.4.3",
+ "version": "3.5.0",
4
"description": "Mibew Messenger - open-source live support application",
5
"type": "project",
6
"homepage": "https://mibew.org",
src/mibew/VERSION.txt
@@ -1 +1 @@
-Mibew/3.4.3
+Mibew/3.5.0
src/mibew/libs/common/constants.php
@@ -20,7 +20,7 @@
20
/**
21
* Current version of Mibew Messenger
22
*/
23
-define('MIBEW_VERSION', '3.4.3');
+define('MIBEW_VERSION', '3.5.0');
24
25
26
* Prefix for session variables.
0 commit comments