diff --git a/README.md b/README.md index fc30ec9b8..a6ced3c2d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The main features are: The software is written in PHP language, it uses MySQL or MariaDB as data storage back-end and has a simple but intuitive user interface. -The latest version 3.0.1 is a complete overhaul of the original software. +The latest version 3.0.2 is a complete overhaul of the original software. It is now based on Bootstrap 3.x using Bootswatch themes, and still uses CodeIgniter 3.x as framework. It also has improved functionality and security. diff --git a/WHATS_NEW.txt b/WHATS_NEW.txt index f0e30bba5..a1369907c 100644 --- a/WHATS_NEW.txt +++ b/WHATS_NEW.txt @@ -1,3 +1,10 @@ +Version 3.0.2 +----------- ++ ++ ++ Updates to language translations + + Version 3.0.1 ----------- + *CodeIgniter 3.1.2 Upgrade* diff --git a/application/config/config.php b/application/config/config.php index 497375784..3b818b90b 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.0.1'; +$config['application_version'] = '3.0.2'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 9142f9407..4009f879b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { - "name": "OpenSourcePOS", + "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.1", + "version": "3.0.2", "license": "MIT", "authors": [ "jekkos ", diff --git a/composer.json b/composer.json index 80f8277fd..ad169c617 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "OpenSourcePOS", + "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.1", + "version": "3.0.2", "license": "MIT", "authors": [ { diff --git a/package.json b/package.json index 93c8982bb..e9cd72ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "3.0.1", + "version": "3.0.2", "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",