diff --git a/host_core/mix.exs b/host_core/mix.exs index f448310a..5300f8ad 100644 --- a/host_core/mix.exs +++ b/host_core/mix.exs @@ -1,7 +1,7 @@ defmodule HostCore.MixProject do use Mix.Project - @app_vsn "0.52.5" + @app_vsn "0.53.0" def project do [ diff --git a/wasmcloud_host/chart/Chart.yaml b/wasmcloud_host/chart/Chart.yaml index 3b397670..def7578a 100644 --- a/wasmcloud_host/chart/Chart.yaml +++ b/wasmcloud_host/chart/Chart.yaml @@ -15,6 +15,6 @@ icon: https://github.com/wasmCloud/wasmcloud.com-dev/raw/main/static/images/wasm type: application -version: 0.3.5 +version: 0.4.0 -appVersion: "0.52.5" +appVersion: "0.53.0" diff --git a/wasmcloud_host/mix.exs b/wasmcloud_host/mix.exs index c81c7af5..4673c05b 100644 --- a/wasmcloud_host/mix.exs +++ b/wasmcloud_host/mix.exs @@ -1,7 +1,7 @@ defmodule WasmcloudHost.MixProject do use Mix.Project - @app_vsn "0.52.5" + @app_vsn "0.53.0" def project do [