From 5d449cb269d05a030307a565b9c4a405e473b2b3 Mon Sep 17 00:00:00 2001 From: Steve Maier <82616727+SteveMaier-IRT@users.noreply.github.com> Date: Wed, 11 May 2022 12:13:48 -0400 Subject: [PATCH] update to version 0.1.11 (#277) Co-authored-by: Steve Maier --- CMakeLists.txt | 2 +- .../ElectionGuard.Encryption.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 229392ec..5d51fb5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(META_PROJECT_EXPORT "ElectionGuard") set(META_PROJECT_TARGET "electionguard") set(META_VERSION_MAJOR "0") set(META_VERSION_MINOR "1") -set(META_VERSION_PATCH "10") +set(META_VERSION_PATCH "11") set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}") set(LIBRARY_PUBLIC_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include) diff --git a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj index 2fc4fdef..067156c3 100644 --- a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj +++ b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj @@ -7,9 +7,9 @@ ElectionGuard ElectionGuard.Encryption - 0.1.10 - 0.1.10.0 - 0.1.10.0 + 0.1.11 + 0.1.11.0 + 0.1.11.0 @@ -19,7 +19,7 @@ ElectionGuard Encryption Open source implementation of ElectionGuard's ballot encryption. Microsoft - 0.1.10 + 0.1.11 MIT https://github.com/microsoft/electionguard-cpp https://github.com/microsoft/electionguard-cpp