diff --git a/clients/dotnet/Directory.Build.props b/clients/dotnet/Directory.Build.props index 0d65940..9855951 100644 --- a/clients/dotnet/Directory.Build.props +++ b/clients/dotnet/Directory.Build.props @@ -29,7 +29,7 @@ as a packaged license file instead. --> LICENSE.txt - 0.1.1 + 0.1.2 true snupkg diff --git a/clients/java/build.gradle b/clients/java/build.gradle index f07354f..6e152e5 100644 --- a/clients/java/build.gradle +++ b/clients/java/build.gradle @@ -13,7 +13,7 @@ ext { subprojects { group = 'com.zb.mom.ww.mxgateway' - version = '0.1.1' + version = '0.1.2' pluginManager.withPlugin('java') { java { diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 6c815ae..366f434 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "zb-mom-ww-mxaccess-gateway-client" -version = "0.1.1" +version = "0.1.2" description = "Async Python client scaffold for MXAccess Gateway." readme = "README.md" requires-python = ">=3.12" diff --git a/clients/rust/Cargo.lock b/clients/rust/Cargo.lock index e99aa44..0cf24f2 100644 --- a/clients/rust/Cargo.lock +++ b/clients/rust/Cargo.lock @@ -590,7 +590,7 @@ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" [[package]] name = "mxgw-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "futures-util", @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "zb-mom-ww-mxgateway-client" -version = "0.1.1" +version = "0.1.2" dependencies = [ "futures-core", "futures-util", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index ff69ced..b4656b9 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zb-mom-ww-mxgateway-client" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Joseph Doherty"] description = "Async Rust client for the MxAccessGateway gRPC service, including a lazy-browse walker over the Galaxy Repository hierarchy." @@ -20,7 +20,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "0.1.1" +version = "0.1.2" authors = ["Joseph Doherty"] license = "Proprietary" repository = "https://gitea.dohertylan.com/dohertj2/mxaccessgw" diff --git a/src/ZB.MOM.WW.MxGateway.Contracts/ZB.MOM.WW.MxGateway.Contracts.csproj b/src/ZB.MOM.WW.MxGateway.Contracts/ZB.MOM.WW.MxGateway.Contracts.csproj index f5684e3..0455e1b 100644 --- a/src/ZB.MOM.WW.MxGateway.Contracts/ZB.MOM.WW.MxGateway.Contracts.csproj +++ b/src/ZB.MOM.WW.MxGateway.Contracts/ZB.MOM.WW.MxGateway.Contracts.csproj @@ -7,7 +7,7 @@ true ZB.MOM.WW.MxGateway.Contracts - 0.1.1 + 0.1.2 Joseph Doherty ZB MOM WW Copyright (c) ZB MOM WW. All rights reserved.