Bump version to 3.3.0 for next phase

This commit is contained in:
FrancescoUK
2018-06-04 22:01:10 +01:00
parent d3c215f744
commit 5ce7fcf5ed
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
|
|
*/
$config['application_version'] = '3.2.1';
$config['application_version'] = '3.3.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.2.1",
"version": "3.3.0",
"license": "MIT",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>",

View File

@@ -14,7 +14,7 @@
"public_stats": true
},
"version": {
"name": "3.2.1"
"name": "3.3.0"
},
"files": [
{"includePattern": "dist(.*)\\.(zip)", "uploadPattern": "$1.$2"}

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "3.2.1",
"version": "3.3.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",

View File

@@ -1,6 +1,6 @@
{
"name": "OpenSourcePOS",
"version": "3.2.1",
"version": "3.3.0",
"license": [
"MIT"
],