From 2a24fc5155a7a9ef0cdbae9de71f614db6d84bd8 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 18 Oct 2023 23:20:30 +0200 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 2 +- client/.env | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index 5a8858e9..9804831f 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -21,7 +21,7 @@ version: 0.1.3 # 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.13.0" +appVersion: "1.13.1" dependencies: - alias: postgresql diff --git a/client/.env b/client/.env index fcbff765..8ed59f40 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=1.13.0 +REACT_APP_VERSION=1.13.1 diff --git a/package-lock.json b/package-lock.json index fac2c4bd..c5dd7cb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "1.13.0", + "version": "1.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "planka", - "version": "1.13.0", + "version": "1.13.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 6a7029ed..754ce97f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "1.13.0", + "version": "1.13.1", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": {