From 4cbd2f85c7301189e895552d5b8e9ff3e079bea0 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Thu, 16 May 2024 21:06:30 +0200 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 4 ++-- client/.env | 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 a866b1bc..7fc43e99 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.1.29 +version: 0.1.30 # 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.17.2" +appVersion: "1.17.3" dependencies: - alias: postgresql diff --git a/client/.env b/client/.env index a0cdfe8c..9fb1e7fb 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=1.17.2 +REACT_APP_VERSION=1.17.3 diff --git a/package-lock.json b/package-lock.json index 5f734ac3..526bea2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "1.17.2", + "version": "1.17.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "1.17.2", + "version": "1.17.3", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index fa6a6a27..4a0df5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "1.17.2", + "version": "1.17.3", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": {