Skip to content

Commit

Permalink
Bump to 3.3.5 (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkos committed Aug 25, 2021
1 parent 694b7fe commit cfb4fd8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ branches:
services:
- docker
before_install:
- docker --version
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Expand Up @@ -8,7 +8,7 @@
|
|
*/
$config['application_version'] = '3.4.0-dev';
$config['application_version'] = '3.3.5';

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "3.3.5",
"license": "MIT",
"authors": [
"jekkos <jekkos - at - opensourcepos.org>",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.nginx.yml
Expand Up @@ -14,7 +14,7 @@ networks:

services:
ospos:
image: jekkos/opensourcepos:3.4.0
image: jekkos/opensourcepos:3.3.5
restart: always
depends_on:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -14,7 +14,7 @@ networks:

services:
ospos:
image: jekkos/opensourcepos:3.3.4
image: jekkos/opensourcepos:3.3.5
restart: always
depends_on:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "opensourcepos",
"version": "3.4.0",
"version": "3.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",
"license": "MIT",
Expand Down

0 comments on commit cfb4fd8

Please sign in to comment.