Skip to content

Commit

Permalink
mark OSPOS with Bootstrap3 vs 3.0.0 (opensourcepos#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
daN4cat committed Mar 8, 2016
1 parent cc05f9b commit 38ecacc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
|
|
*/
$config['application_version'] = '2.4';
$config['application_version'] = '3.0.0';

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 38ecacc

Please sign in to comment.