From c67acaa6ecd42c544987f965fe56ec3adff2fd6a Mon Sep 17 00:00:00 2001 From: jekkos Date: Wed, 27 Jan 2016 11:00:18 +0100 Subject: [PATCH] Make 2.4 version string npm compatible --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91697d68c..50c850e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "2.4", + "version": "2.4.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", "scripts": {