Bump version

This commit is contained in:
Fedor A. Fetisov 2018-01-12 01:07:03 +03:00
parent 87d7478864
commit 5921115af0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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