diff --git a/charts/cloud-resource-dashboard/api/Chart.yaml b/charts/cloud-resource-dashboard/api/Chart.yaml index cb13a7e..b94e305 100644 --- a/charts/cloud-resource-dashboard/api/Chart.yaml +++ b/charts/cloud-resource-dashboard/api/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 0.0.3 +appVersion: 0.0.4 diff --git a/charts/cloud-resource-dashboard/web/Chart.yaml b/charts/cloud-resource-dashboard/web/Chart.yaml index dd9d581..7ab7b10 100644 --- a/charts/cloud-resource-dashboard/web/Chart.yaml +++ b/charts/cloud-resource-dashboard/web/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 0.0.3 +appVersion: 0.0.4 diff --git a/gradle.properties b/gradle.properties index 4defe08..7f007ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.0.3 +version=0.0.4 chart.elasticsearch.enabled=true chart.web.enabled=true