From cec09b2db2b6b4b1638ccc40fd922b7526cbb524 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Thu, 4 Sep 2025 13:53:03 +0200 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 4 ++-- client/src/version.js | 2 +- docker-compose.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/version.js | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index 8f35785c..2dde2cfb 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: 1.0.2 +version: 1.0.3 # 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: "2.0.0-rc.3" +appVersion: "2.0.0-rc.4" dependencies: - alias: postgresql diff --git a/client/src/version.js b/client/src/version.js index c5786a1a..fa5d1a95 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '2.0.0-rc.3'; +export default '2.0.0-rc.4'; diff --git a/docker-compose.yml b/docker-compose.yml index 63ec12f3..f228ceab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: planka: - image: ghcr.io/plankanban/planka:2.0.0-rc.3 + image: ghcr.io/plankanban/planka:2.0.0-rc.4 restart: on-failure volumes: - favicons:/app/public/favicons diff --git a/package-lock.json b/package-lock.json index fe8e0fbd..c3d784b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "hasInstallScript": true, "dependencies": { "concurrently": "^8.2.2", diff --git a/package.json b/package.json index 569a810c..1db49845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "2.0.0-rc.3", + "version": "2.0.0-rc.4", "private": true, "scripts": { "client:build": "npm run build --prefix client", diff --git a/server/version.js b/server/version.js index 05a5f2fc..3349461f 100644 --- a/server/version.js +++ b/server/version.js @@ -1 +1 @@ -module.exports = '2.0.0-rc.3'; +module.exports = '2.0.0-rc.4';