Bump version to 3.2.0

This commit is contained in:
FrancescoUK
2017-09-03 13:38:27 +01:00
parent de91510beb
commit e42e01a07f
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
|
|
*/
$config['application_version'] = '3.1.1';
$config['application_version'] = '3.2.0';
/*
|--------------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
{
"name": "opensourcepos",
"description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
"version": "3.1.1",
"version": "3.2.0",
"license": "MIT",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>",

View File

@@ -14,7 +14,7 @@
"public_stats": true
},
"version": {
"name": "3.1.1"
"name": "3.2.0"
},
"files":
[

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "3.1.1",
"version": "3.2.0",
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"main": "index.php",
"license": "MIT",