diff --git a/infrastructure/kube.yaml b/infrastructure/kube.yaml index 434e1332..2c2a3225 100644 --- a/infrastructure/kube.yaml +++ b/infrastructure/kube.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: app - image: registry.gitlab.com/mythic-insight/legendary-doc-site:1.0.3 + image: registry.gitlab.com/mythic-insight/legendary-doc-site:1.0.4 ports: - containerPort: 4000 env: diff --git a/package.json b/package.json index c1c334cc..b6a4e308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mythic-insight/legendary", - "version": "1.0.3", + "version": "1.0.4", "private": true, "description": "The Legendary Phoenix Boilerplate.", "main": "index.js",