diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c92da56..0332314 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.2.0 # 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: "0.2.0" +appVersion: "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 727bd65..a95b97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cid-resolver" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["Jürgen Eckel "] readme = "README.md"