From 1d2193c38109f93a56f9f8bd11cb30f3dab4e55a Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Sun, 27 Oct 2024 22:05:18 +0100 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 4 ++-- client/src/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index bd9bae93..c13ac8db 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.12 +version: 0.2.13 # 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.3" +appVersion: "1.23.4" dependencies: - alias: postgresql diff --git a/client/src/version.js b/client/src/version.js index 9f2c7cd5..b491f3a4 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '1.23.3'; +export default '1.23.4'; diff --git a/package-lock.json b/package-lock.json index 2fd5d6ca..acc42b06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "1.23.3", + "version": "1.23.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "1.23.3", + "version": "1.23.4", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index e0603ec3..8b127721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "1.23.3", + "version": "1.23.4", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": {