From 512a7ad51cd7df6610727bce5ae396627cc6d94a Mon Sep 17 00:00:00 2001 From: Chi-En Wu Date: Fri, 24 Apr 2020 10:20:55 +0800 Subject: [PATCH] chore: bump to version 0.3.0 --- Chart.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index be62a9f..b6da369 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,4 +14,4 @@ type: library # 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. -version: 0.2.0 +version: 0.3.0 diff --git a/README.md b/README.md index 7bbec2d..0ec862a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To use the library chart, `common` should be listed in `dependencies` field in y ```yaml dependencies: - name: common - version: 0.2.0 + version: 0.3.0 repository: https://hahow-helm-charts.storage.googleapis.com/ ```