From a963d85a66d644accb13e92c5dea8f1f9faedeb5 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 12 Jun 2024 01:02:55 +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 5cb0ea74..8673a652 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.33 +version: 0.1.34 # 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.5" +appVersion: "1.18.0" dependencies: - alias: postgresql diff --git a/client/.env b/client/.env index 07b29198..d3e87043 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=1.17.5 +REACT_APP_VERSION=1.18.0 diff --git a/package-lock.json b/package-lock.json index ba78152c..2b08d68e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "1.17.5", + "version": "1.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "1.17.5", + "version": "1.18.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 51f81f7d..cc23219d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "1.17.5", + "version": "1.18.0", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": {