Skip to content

Commit ffe3473

Browse files
authored
Merge pull request #15 from p-ranav/release/v0.1.1
Release commit v0.1.1
2 parents 5439503 + 78299d6 commit ffe3473

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ if(DEFINED PROJECT_NAME)
55
endif()
66

77
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.12")
8-
project(structopt VERSION 0.1.0 LANGUAGES CXX
8+
project(structopt VERSION 0.1.1 LANGUAGES CXX
99
HOMEPAGE_URL "https://github.com/p-ranav/structopt"
1010
DESCRIPTION "Parse command line arguments by defining a struct")
1111
elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "3.9")
12-
project(structopt VERSION 0.1.0 LANGUAGES CXX
12+
project(structopt VERSION 0.1.1 LANGUAGES CXX
1313
DESCRIPTION "Parse command line arguments by defining a struct")
1414
else()
15-
project(structopt VERSION 0.1.0 LANGUAGES CXX)
15+
project(structopt VERSION 0.1.1 LANGUAGES CXX)
1616
endif()
1717

1818
if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://github.com/Neargye/magic_enum/releases">
1111
<img src="https://img.shields.io/github/release/p-ranav/structopt.svg" alt="ci status"/>
1212
</a>
13-
<a href="https://conan.io/center/structopt/0.1.0">
13+
<a href="https://conan.io/center/structopt/0.1.1">
1414
<img src="https://img.shields.io/badge/Conan-package-blueviolet" alt="conan package"/>
1515
</a>
1616
<a href="https://travis-ci.com/p-ranav/structopt">

0 commit comments

Comments
 (0)