diff --git a/application/config/config.php b/application/config/config.php index d022bdf6a..3a345c88d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.2.1'; +$config['application_version'] = '3.3.0'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 5f739293d..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.1", + "version": "3.3.0", "license": "MIT", "authors": [ "jekkos ", diff --git a/deployment.json b/deployment.json index 1766a0eca..6459b492b 100644 --- a/deployment.json +++ b/deployment.json @@ -14,7 +14,7 @@ "public_stats": true }, "version": { - "name": "3.2.1" + "name": "3.3.0" }, "files": [ {"includePattern": "dist(.*)\\.(zip)", "uploadPattern": "$1.$2"} diff --git a/package.json b/package.json index fcc4e2de8..f72b41c32 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/license/composer.LICENSES b/public/license/composer.LICENSES index 892e16913..9843f3554 100644 --- a/public/license/composer.LICENSES +++ b/public/license/composer.LICENSES @@ -1,6 +1,6 @@ { "name": "OpenSourcePOS", - "version": "3.2.1", + "version": "3.3.0", "license": [ "MIT" ],