diff --git a/client/.env b/client/.env index b9232838..a4987c16 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.0 +REACT_APP_VERSION=3.0.1 diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index c0ab94c4..d49f62dc 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.0" +appVersion: "3.0.1" dependencies: - condition: postgresql.enabled name: postgresql diff --git a/package-lock.json b/package-lock.json index 452ea104..2c00ba45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "4gaboards", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "4gaboards", - "version": "3.0.0", + "version": "3.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 80f727d8..dcc88c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4gaboards", - "version": "3.0.0", + "version": "3.0.1", "private": true, "homepage": "https://4gastudios.com/boards", "repository": {