diff --git a/client/.env b/client/.env index 4ff7b21f..54680bf6 100644 --- a/client/.env +++ b/client/.env @@ -1,3 +1,3 @@ # TEMP FIX FOR SOURCEMAP WARNINGS FROM: hast-util-from-html/parse5, hast-util-raw/parse5 GENERATE_SOURCEMAP=false -REACT_APP_VERSION=3.0.5 +REACT_APP_VERSION=3.0.6 diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 8d650ad2..2e023b9d 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -3,7 +3,7 @@ name: 4ga-boards description: 4ga Boards Helm chart for Kubernetes type: application version: 1.0.0 -appVersion: "3.0.5" +appVersion: "3.0.6" dependencies: - condition: postgresql.enabled name: postgresql diff --git a/package-lock.json b/package-lock.json index a51081a3..ecdfe678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "4gaboards", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "4gaboards", - "version": "3.0.5", + "version": "3.0.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fb60df06..ac2b5c39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4gaboards", - "version": "3.0.5", + "version": "3.0.6", "private": true, "homepage": "https://4gastudios.com/boards", "repository": {