From d4f456d8689a9d98bd29be902620738ffb241430 Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 29 Feb 2016 22:35:33 +0100 Subject: [PATCH] Bump version strings to 2.3.5 --- application/config/config.php | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index c92010dc7..8a10f3281 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -9,7 +9,7 @@ | | */ -$config['application_version'] = '2.3.4'; +$config['application_version'] = '2.3.5'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 9ebe6ae80..61c6af1eb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "2.4", + "version": "2.3.5", "authors": [ "jekkos " ], diff --git a/package.json b/package.json index 90ce7d94c..053ff07e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "2.3.4", + "version": "2.3.5", "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", "scripts": {