diff --git a/api/package.json b/api/package.json index 2742f8bc8..dbed7bea7 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "articulate", - "version": "0.0.0", + "version": "1.0.0", "description": "Articulate API", "author": "Samtec Smart Platform Group", "license": "Apache-2.0", diff --git a/docker-compose.yml b/docker-compose.yml index 736dd1109..b416b815b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,15 +9,15 @@ services: command: [nginx-debug, '-g', 'daemon off;'] restart: always api: - image: samtecspg/articulate-api:repo-head + image: samtecspg/articulate-api:1.0.0 environment: - AGENT_LIMIT=${AGENT_LIMIT:--1} restart: always ui: - image: samtecspg/articulate-ui:repo-head + image: samtecspg/articulate-ui:1.0.0 restart: always rasa: - image: samtecspg/articulate-rasa:repo-head + image: samtecspg/articulate-rasa:1.0.0 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 @@ -54,4 +54,4 @@ services: environment: - ELASTICSEARCH_HOST=${ELASTICSEARCH_HOST:-elasticsearch} command: ["--strict.perms=false"] - \ No newline at end of file + diff --git a/ui/package.json b/ui/package.json index e30a0bc48..6b2c6eb0a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "articulate", - "version": "0.0.0", + "version": "1.0.0", "description": "Smart conversational interfaces", "repository": { "type": "git",