Skip to content

Commit

Permalink
RUpdated version to v0.1.2 after closing #19
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Apr 28, 2021
1 parent c714706 commit 432fdca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ if(DEFINED PROJECT_NAME)
endif()

if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.12")
project(structopt VERSION 0.1.1 LANGUAGES CXX
project(structopt VERSION 0.1.2 LANGUAGES CXX
HOMEPAGE_URL "https://github.com/p-ranav/structopt"
DESCRIPTION "Parse command line arguments by defining a struct")
elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "3.9")
project(structopt VERSION 0.1.1 LANGUAGES CXX
project(structopt VERSION 0.1.2 LANGUAGES CXX
DESCRIPTION "Parse command line arguments by defining a struct")
else()
project(structopt VERSION 0.1.1 LANGUAGES CXX)
project(structopt VERSION 0.1.2 LANGUAGES CXX)
endif()

if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="https://github.com/Neargye/magic_enum/releases">
<img src="https://img.shields.io/github/release/p-ranav/structopt.svg" alt="ci status"/>
</a>
<a href="https://conan.io/center/structopt/0.1.1">
<a href="https://conan.io/center/structopt/0.1.2">
<img src="https://img.shields.io/badge/Conan-package-blueviolet" alt="conan package"/>
</a>
<a href="https://travis-ci.com/p-ranav/structopt">
Expand Down

0 comments on commit 432fdca

Please sign in to comment.