From 3f36a8b15e58fdcb08c8a8cb9cdc18ab9324099f Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Fri, 27 Jan 2017 18:36:34 +0000 Subject: [PATCH] Bump version to 3.1.0 --- LICENSE | 6 +++--- bower.json | 2 +- composer.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 99bc38ab5..b18abe237 100644 --- a/LICENSE +++ b/LICENSE @@ -5,8 +5,8 @@ Copyright (c) 2012 Alain Copyright (c) 2013 Rob Garrison Copyright (c) 2013 Parq Copyright (c) 2013 Ramel -Copyright (c) 2014-2016 jekkos -Copyright (c) 2015-2016 FrancescoUK (aka daN4cat) +Copyright (c) 2014-2017 jekkos +Copyright (c) 2015-2017 FrancescoUK (aka daN4cat) Copyright (c) 2015 Aamir Shahzad (aka asakpke), RoshanTech.com Copyright (c) 2015 Toni Haryanto (aka yllumi) Copyright (c) 2016 Ramkrishna Mondal (aka RamkrishnaMondal) @@ -34,4 +34,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/bower.json b/bower.json index 4009f879b..50a0f3e4d 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.0.2", + "version": "3.1.0", "license": "MIT", "authors": [ "jekkos ", diff --git a/composer.json b/composer.json index ad169c617..8eb7ca648 100644 --- a/composer.json +++ b/composer.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.0.2", + "version": "3.1.0", "license": "MIT", "authors": [ { diff --git a/package.json b/package.json index e9cd72ab0..d02332be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "3.0.2", + "version": "3.1.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",