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