diff --git a/Cargo.lock b/Cargo.lock index 5a8d9dc54..573fa61b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" [[package]] name = "agent" -version = "0.1.12" +version = "0.1.13" dependencies = [ "akri-shared", "anyhow", @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "async-trait", @@ -526,7 +526,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "controller" -version = "0.1.12" +version = "0.1.13" dependencies = [ "akri-shared", "anyhow", @@ -3481,7 +3481,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.1.12" +version = "0.1.13" dependencies = [ "akri-shared", "env_logger", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 43f2f248f..c93e21fec 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.1.12" +version = "0.1.13" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index c30552525..ed041d89d 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.1.12" +version = "0.1.13" authors = [""] edition = "2018" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 9b0d226b6..ef336c8d2 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -15,9 +15,9 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.12 +version: 0.1.13 # This is the version number of the application being deployed. This version number should be # 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. -appVersion: 0.1.12 +appVersion: 0.1.13 diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml index 4d7bdaa55..d5cc26fa3 100644 --- a/samples/brokers/udev-video-broker/Cargo.toml +++ b/samples/brokers/udev-video-broker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udev-video-broker" -version = "0.1.12" +version = "0.1.13" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index fe4141211..ec0815fb4 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.1.12" +version = "0.1.13" authors = [""] edition = "2018" diff --git a/version.txt b/version.txt index 0e24a92ff..7ac4e5e38 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.12 +0.1.13