Skip to content

Commit cec09b2

Browse files
committed
chore: Update version
1 parent 94410ee commit cec09b2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

charts/planka/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 1.0.2
18+
version: 1.0.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: "2.0.0-rc.3"
24+
appVersion: "2.0.0-rc.4"
2525

2626
dependencies:
2727
- alias: postgresql

client/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '2.0.0-rc.3';
1+
export default '2.0.0-rc.4';

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
planka:
3-
image: ghcr.io/plankanban/planka:2.0.0-rc.3
3+
image: ghcr.io/plankanban/planka:2.0.0-rc.4
44
restart: on-failure
55
volumes:
66
- favicons:/app/public/favicons

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planka",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0-rc.4",
44
"private": true,
55
"scripts": {
66
"client:build": "npm run build --prefix client",

server/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '2.0.0-rc.3';
1+
module.exports = '2.0.0-rc.4';

0 commit comments

Comments
 (0)