Skip to content

Commit 2cdd212

Browse files
committed
fix: bump version to 0.2.1 in Chart.yaml and 1.2.1 in package.json
1 parent f1f2da6 commit 2cdd212

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/kudos/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kudos
33
description: The Kudos Helm chart
44
type: application
5-
version: 0.2.0
6-
appVersion: 1.2.0
5+
version: 0.2.1
6+
appVersion: 1.2.1
77
dependencies:
88
- name: postgresql
99
repository: https://charts.bitnami.com/bitnami

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kudos",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)