diff --git a/Cargo.lock b/Cargo.lock index c32c3cc..7b3e37a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "ctehxk2" -version = "0.15.11" +version = "0.15.12" dependencies = [ "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8c621dd..6b9c22c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctehxk2" -version = "0.15.11" +version = "0.15.12" description = "CTAPI adpater for the gematik Konnektor" authors = ["Christian Fochler "] license = "MIT" @@ -47,8 +47,8 @@ winres = "0.1.11" [package.metadata.winres] FileDescription = "K2 adapter for CTAPI" -FileVersion = "0.15.11" +FileVersion = "0.15.12" LegalCopyright = "eHealth Experts GmbH. All rights reserved." OriginalFilename = "ctehxk2.dll" ProductName = "K2 basecamp" -ProductVersion = "0.15.11" +ProductVersion = "0.15.12"