From ebdc1880d9217e7445877ce676b27ecd00b258b6 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Wed, 6 Jun 2018 22:00:30 +0100 Subject: [PATCH] Bump version to 3.3.0 for next phase --- application/config/config.php | 2 +- bower.json | 2 +- deployment.json | 2 +- package.json | 2 +- public/license/composer.LICENSES | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 9efc52e09..3a345c88d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.2.3'; +$config['application_version'] = '3.3.0'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 6c825b2e3..4467c9607 100644 --- a/bower.json +++ b/bower.json @@ -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 ", diff --git a/deployment.json b/deployment.json index 74ae5f1de..6459b492b 100644 --- a/deployment.json +++ b/deployment.json @@ -14,7 +14,7 @@ "public_stats": true }, "version": { - "name": "3.2.3" + "name": "3.3.0" }, "files": [ {"includePattern": "dist(.*)\\.(zip)", "uploadPattern": "$1.$2"} diff --git a/package.json b/package.json index 810f0a232..f72b41c32 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/license/composer.LICENSES b/public/license/composer.LICENSES index d3b8a0fe9..92e054589 100644 --- a/public/license/composer.LICENSES +++ b/public/license/composer.LICENSES @@ -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" ]