diff --git a/README.md b/README.md index 1c57198af..d7f76922e 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 852695a7e..f814b8522 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -10,7 +10,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | | */ -$config['application_version'] = '2.4'; +$config['application_version'] = '3.0.0'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 083060648..d1e531159 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 33cf52c05..b11a8a508 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": {