diff --git a/application/config/config.php b/application/config/config.php index 613457b2c..2e9e695fe 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.3.5'; +$config['application_version'] = '3.3.6'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 0d0834daa..33ed86a9b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "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.3.5", + "version": "3.3.6", "license": "MIT", "authors": [ "jekkos ", diff --git a/docker-compose.nginx.yml b/docker-compose.nginx.yml index 5edf41607..77edab6b7 100644 --- a/docker-compose.nginx.yml +++ b/docker-compose.nginx.yml @@ -14,7 +14,7 @@ networks: services: ospos: - image: jekkos/opensourcepos:3.3.5 + image: jekkos/opensourcepos:3.3.6 restart: always depends_on: - mysql diff --git a/docker-compose.yml b/docker-compose.yml index e425ce0a6..7e01fc0ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ networks: services: ospos: - image: jekkos/opensourcepos:3.3.5 + image: jekkos/opensourcepos:3.3.6 restart: always depends_on: - mysql diff --git a/package.json b/package.json index ecf6df57d..bbb5d29a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensourcepos", - "version": "3.3.5", + "version": "3.3.6", "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",