Bump version

This commit is contained in:
Fedor A. Fetisov 2020-07-09 12:45:27 +03:00
parent 2336e406f4
commit dc9577ff6a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "mibew/mibew", "name": "mibew/mibew",
"version": "3.2.6", "version": "3.2.7",
"description": "Mibew Messenger - open-source live support application", "description": "Mibew Messenger - open-source live support application",
"type": "project", "type": "project",
"homepage": "https://mibew.org", "homepage": "https://mibew.org",

View File

@ -1 +1 @@
Mibew/3.2.6 Mibew/3.2.7

View File

@ -20,7 +20,7 @@
/** /**
* Current version of Mibew Messenger * Current version of Mibew Messenger
*/ */
define('MIBEW_VERSION', '3.2.6'); define('MIBEW_VERSION', '3.2.7');
/** /**
* Prefix for session variables. * Prefix for session variables.