From 0f1208d4d9b3ae526c02a37eb7a2aa7bfa9e6ced Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Fri, 22 Jan 2016 11:31:13 +0000 Subject: [PATCH] Fix package.json version to be 2.4 (#284) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 053ff07e9..91697d68c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "2.3.5", + "version": "2.4", "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": {