diff --git a/client/.env b/client/.env index c9c5320d..cf1978b4 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=2.0.21 +REACT_APP_VERSION=2.0.22 diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 0fab8e3d..652ab36f 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: "2.0.21" +appVersion: "2.0.22" dependencies: - condition: postgresql.enabled name: postgresql diff --git a/package-lock.json b/package-lock.json index b58e08d0..e42c3c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "4gaboards", - "version": "2.0.21", + "version": "2.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "4gaboards", - "version": "2.0.21", + "version": "2.0.22", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a1c394c3..c1de2da6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4gaboards", - "version": "2.0.21", + "version": "2.0.22", "private": true, "homepage": "https://4gastudios.com/boards", "repository": {