mark OSPOS with Bootstrap3 vs 3.0.0 (#116)

This commit is contained in:
FrancescoUK
2016-03-08 16:52:53 +00:00
parent cc05f9b2df
commit 38ecacc62f
4 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -10,7 +10,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|
*/
$config['application_version'] = '2.4';
$config['application_version'] = '3.0.0';
/*
|--------------------------------------------------------------------------

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "2.4.0",
"version": "3.0.0",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>",
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"

View File

@@ -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": {