Bump version strings to 2.3.5

This commit is contained in:
jekkos
2016-02-29 22:35:33 +01:00
parent af2736e462
commit d4f456d868
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
|
|
*/
$config['application_version'] = '2.3.4';
$config['application_version'] = '2.3.5';
/*
|--------------------------------------------------------------------------

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "2.4",
"version": "2.3.5",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>"
],

View File

@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "2.3.4",
"version": "2.3.5",
"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": {