Skip to content

Commit 8d74cc1

Browse files
committed
chore: Update version
1 parent ea94fe8 commit 8d74cc1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/planka/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.2
18+
version: 0.2.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.19.1"
24+
appVersion: "1.19.2"
2525

2626
dependencies:
2727
- alias: postgresql

client/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_VERSION=1.19.1
1+
REACT_APP_VERSION=1.19.2

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planka",
3-
"version": "1.19.1",
3+
"version": "1.19.2",
44
"private": true,
55
"homepage": "https://plankanban.github.io/planka",
66
"repository": {

0 commit comments

Comments
 (0)