Skip to content

Commit

Permalink
chore: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Apr 12, 2024
1 parent 8a8c1fe commit 92f7578
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/planka/Chart.yaml
Expand Up @@ -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.25
version: 0.1.26

# 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.16.3"
appVersion: "1.16.4"

dependencies:
- alias: postgresql
Expand Down
2 changes: 1 addition & 1 deletion client/.env
@@ -1 +1 @@
REACT_APP_VERSION=1.16.3
REACT_APP_VERSION=1.16.4
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "planka",
"version": "1.16.3",
"version": "1.16.4",
"private": true,
"homepage": "https://plankanban.github.io/planka",
"repository": {
Expand Down

0 comments on commit 92f7578

Please sign in to comment.