diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index 2a6a1017..32d5ca03 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.10 +version: 0.2.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.23.1" +appVersion: "1.23.2" dependencies: - alias: postgresql diff --git a/client/src/version.js b/client/src/version.js index d8bbd78b..3776de56 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '1.23.1'; +export default '1.23.2'; diff --git a/package-lock.json b/package-lock.json index 96bde973..13e47e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "1.23.1", + "version": "1.23.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "1.23.1", + "version": "1.23.2", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index cf0ba9be..d4f8fc85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "1.23.1", + "version": "1.23.2", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": {