Skip to content

Commit

Permalink
update to version 0.1.11 (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Maier <ysfred4@hotmail.com>
  • Loading branch information
SteveMaier-IRT and YsFred4 authored May 11, 2022
1 parent 331510f commit 5d449cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<!-- Project -->
<RootNamespace>ElectionGuard</RootNamespace>
<AssemblyName>ElectionGuard.Encryption</AssemblyName>
<Version>0.1.10</Version>
<AssemblyVersion>0.1.10.0</AssemblyVersion>
<AssemblyFileVersion>0.1.10.0</AssemblyFileVersion>
<Version>0.1.11</Version>
<AssemblyVersion>0.1.11.0</AssemblyVersion>
<AssemblyFileVersion>0.1.11.0</AssemblyFileVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -19,7 +19,7 @@
<Title>ElectionGuard Encryption</Title>
<Description>Open source implementation of ElectionGuard's ballot encryption.</Description>
<Authors>Microsoft</Authors>
<PackageVersion>0.1.10</PackageVersion>
<PackageVersion>0.1.11</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/microsoft/electionguard-cpp</PackageProjectUrl>
<RepositoryUrl>https://github.com/microsoft/electionguard-cpp</RepositoryUrl>
Expand Down

0 comments on commit 5d449cb

Please sign in to comment.