Bump version to 3.3.0 for next phase

This commit is contained in:
FrancescoUK
2018-06-06 22:00:30 +01:00
parent f1cf3d3c87
commit ebdc1880d9
5 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
|
|
*/
$config['application_version'] = '3.2.3';
$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.3",
"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.3"
"name": "3.3.0"
},
"files": [
{"includePattern": "dist(.*)\\.(zip)", "uploadPattern": "$1.$2"}

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "3.2.3",
"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,12 +1,12 @@
{
"name": "OpenSourcePOS",
"version": "3.2.3",
"version": "3.3.0",
"license": [
"MIT"
],
"dependencies": {
"codeigniter/framework": {
"version": "3.1.8",
"version": "3.1.9",
"license": [
"MIT"
]
@@ -24,7 +24,7 @@
]
},
"paragonie/random_compat": {
"version": "2.0.11",
"version": "2.0.15",
"license": [
"MIT"
]