Skip to content

Commit

Permalink
Updates for 0.27.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathagom committed Jul 22, 2019
1 parent e44db32 commit 44b3392
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "articulate",
"version": "0.27.0",
"version": "0.27.1",
"description": "Articulate API",
"author": "Samtec Smart Platform Group",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ services:
- ./local-storage/nginx/nginx-http.conf:/etc/nginx/nginx.conf
command: [nginx-debug, '-g', 'daemon off;']
api:
image: samtecspg/articulate-api:0.27.0
image: samtecspg/articulate-api:0.27.1
ui:
image: samtecspg/articulate-ui:0.27.0
image: samtecspg/articulate-ui:0.27.1
rasa:
image: samtecspg/articulate-rasa:0.27.0
image: samtecspg/articulate-rasa:0.27.1
volumes: ["${MODEL_DIR:-./local-storage/rasa/nlu-model}:/app/projects", "${RASA_CONFIG:-./local-storage/rasa/rasa-config.yml}:/app/config.yml", "./local-storage/rasa/logs:/app/logs"]
duckling:
image: samtecspg/duckling:0.1.6.0
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "articulate",
"version": "0.27.0",
"version": "0.27.1",
"description": "Smart conversational interfaces",
"repository": {
"type": "git",
Expand Down

0 comments on commit 44b3392

Please sign in to comment.