From eb9e9ddd3863850b42e1da91db877b45bab4ede8 Mon Sep 17 00:00:00 2001 From: jekkos-t520 Date: Mon, 5 Oct 2020 22:45:20 +0200 Subject: [PATCH] Prepare 3.3.3 release --- 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 8bebb0680..74d19d33b 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.4.0'; +$config['application_version'] = '3.3.3'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 6ffcd4767..74b4a638c 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.4.0", + "version": "3.3.3", "license": "MIT", "authors": [ "jekkos ", diff --git a/deployment.json b/deployment.json index 471318fe4..eefa23661 100644 --- a/deployment.json +++ b/deployment.json @@ -14,7 +14,7 @@ "public_stats": true }, "version": { - "name": "3.3.2" + "name": "3.3.3" }, "files": [ {"includePattern": "dist(.*)\\.(zip)", "uploadPattern": "$1.$2"} diff --git a/package.json b/package.json index f70f22f32..3e539c5e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "3.4.0", + "version": "3.3.3", "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",