From e42e01a07f09c8630ce7ae9ab34befaf7edea59c Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 3 Sep 2017 13:38:27 +0100 Subject: [PATCH] Bump version to 3.2.0 --- application/config/config.php | 2 +- bower.json | 2 +- deployment.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 32cfc75d9..94a0b5aa5 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.1.1'; +$config['application_version'] = '3.2.0'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index d96839b54..ee7a94a98 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.1.1", + "version": "3.2.0", "license": "MIT", "authors": [ "jekkos ", diff --git a/deployment.json b/deployment.json index 18cf5dad6..500ad016d 100644 --- a/deployment.json +++ b/deployment.json @@ -14,7 +14,7 @@ "public_stats": true }, "version": { - "name": "3.1.1" + "name": "3.2.0" }, "files": [ diff --git a/package.json b/package.json index 284ec41aa..14781246f 100644 --- a/package.json +++ b/package.json @@ -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",