From 38ecacc62fc6dae29aabb6606883368a77a5ba7e Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Tue, 8 Mar 2016 16:52:53 +0000 Subject: [PATCH] mark OSPOS with Bootstrap3 vs 3.0.0 (#116) --- README.md | 2 +- application/config/config.php | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c57198af5..d7f76922e4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ username: admin password:pointofsale 9. Enjoy -13/01/2016: Intall using Docker +13/01/2016: Install using Docker ------------------------------- From now on ospos can be deployed using Docker on Linux, Mac or Windows. This setup dramatically reduces the number of possible issues as all setup is now done in a Dockerfile. Docker runs natively on mac and linux, but will require more overhead on windows. Please refer to the docker documentation for instructions on how to set it up on your platform. diff --git a/application/config/config.php b/application/config/config.php index 852695a7e7..f814b8522f 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -10,7 +10,7 @@ | | */ -$config['application_version'] = '2.4'; +$config['application_version'] = '3.0.0'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 0830606486..d1e531159c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "2.4.0", + "version": "3.0.0", "authors": [ "jekkos ", "FrancescoUK " diff --git a/package.json b/package.json index 33cf52c059..b11a8a508e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "2.4.0", + "version": "3.0.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": {