Skip to content

Commit

Permalink
release version 1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
conditordev committed Aug 22, 2018
1 parent 2361310 commit 1a9d921
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
args:
- http_proxy
- https_proxy
image: conditor/conditor-api:1.0.0-beta.6
image: conditor/conditor-api:1.0.0-beta.7
environment :
LOG_PATH: /var/log
CONDITOR_API_HOST: 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

conditorapi:
container_name: conditor-api
image: conditor/conditor-api:1.0.0-beta.6
image: conditor/conditor-api:1.0.0-beta.7
environment :
LOG_PATH: /var/log
CONDITOR_API_HOST: 0.0.0.0
Expand Down
36 changes: 16 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conditor-api",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Main api of the Conditor-project",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 1a9d921

Please sign in to comment.