Skip to content

Commit 1b73c3e

Browse files
committed
chore: v0.27.1
1 parent 6917094 commit 1b73c3e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cmake_minimum_required(VERSION 3.20)
6464
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
6565
include(FetchContent)
6666
FetchContent_Declare(_project_options URL
67-
https://github.com/aminya/project_options/archive/refs/tags/v0.27.0.zip
67+
https://github.com/aminya/project_options/archive/refs/tags/v0.27.1.zip
6868
)
6969
FetchContent_MakeAvailable(_project_options)
7070
include(${_project_options_SOURCE_DIR}/Index.cmake)

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.25)
55

66
project(
77
project_options_docs
8-
VERSION 0.27.0
8+
VERSION 0.27.1
99
DESCRIPTION "Documentation"
1010
LANGUAGES NONE)
1111

docs/src/dynamic_project_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmake_minimum_required(VERSION 3.20)
3434
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
3535
include(FetchContent)
3636
FetchContent_Declare(_project_options URL
37-
https://github.com/aminya/project_options/archive/refs/tags/v0.27.0.zip
37+
https://github.com/aminya/project_options/archive/refs/tags/v0.27.1.zip
3838
)
3939
FetchContent_MakeAvailable(_project_options)
4040
include(${_project_options_SOURCE_DIR}/Index.cmake)

docs/src/project_options_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.20)
1717
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
1818
include(FetchContent)
1919
FetchContent_Declare(_project_options URL
20-
https://github.com/aminya/project_options/archive/refs/tags/v0.27.0.zip
20+
https://github.com/aminya/project_options/archive/refs/tags/v0.27.1.zip
2121
)
2222
FetchContent_MakeAvailable(_project_options)
2323
include(${_project_options_SOURCE_DIR}/Index.cmake)

0 commit comments

Comments
 (0)