Skip to content

Commit

Permalink
Updates for 0.31.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathagom committed Jan 13, 2020
1 parent 33a8032 commit e7f8696
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.31.0",
"version": "0.31.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 @@ -9,11 +9,11 @@ services:
command: [nginx-debug, '-g', 'daemon off;']
ports: ['${PORT:-8080}:80']
api:
image: samtecspg/articulate-api:0.31.0
image: samtecspg/articulate-api:0.31.1
ui:
image: samtecspg/articulate-ui:0.31.0
image: samtecspg/articulate-ui:0.31.1
rasa:
image: samtecspg/articulate-rasa:0.31.0
image: samtecspg/articulate-rasa:0.31.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.31.0",
"version": "0.31.1",
"description": "Smart conversational interfaces",
"repository": {
"type": "git",
Expand Down

0 comments on commit e7f8696

Please sign in to comment.