diff --git a/application/config/config.php b/application/config/config.php index 2e9e695fe..cb0bf202d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -8,7 +8,7 @@ | | */ -$config['application_version'] = '3.3.6'; +$config['application_version'] = '3.3.7'; /* |-------------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 94a8813df..fe0fa0d55 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.6", + "version": "3.3.7", "license": "MIT", "authors": [ "jekkos ", diff --git a/docker-compose.nginx.yml b/docker-compose.nginx.yml index 77edab6b7..59b56881b 100644 --- a/docker-compose.nginx.yml +++ b/docker-compose.nginx.yml @@ -14,7 +14,7 @@ networks: services: ospos: - image: jekkos/opensourcepos:3.3.6 + image: jekkos/opensourcepos:3.3.7 restart: always depends_on: - mysql diff --git a/docker-compose.yml b/docker-compose.yml index 7e01fc0ea..6656ad534 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ networks: services: ospos: - image: jekkos/opensourcepos:3.3.6 + image: jekkos/opensourcepos:3.3.7 restart: always depends_on: - mysql diff --git a/package.json b/package.json index 9250574a0..2468f2335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensourcepos/opensourcepos", - "version": "3.3.6", + "version": "3.3.7", "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.", "repository": { "type": "git",