Skip to content

Commit

Permalink
chore: v0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 4, 2023
1 parent 9a7b59e commit 575d00a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cmake_minimum_required(VERSION 3.20)
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
include(FetchContent)
FetchContent_Declare(_project_options URL
https://github.com/aminya/project_options/archive/refs/tags/v0.27.1.zip
https://github.com/aminya/project_options/archive/refs/tags/v0.27.2.zip
)
FetchContent_MakeAvailable(_project_options)
include(${_project_options_SOURCE_DIR}/Index.cmake)
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.25)

project(
project_options_docs
VERSION 0.27.1
VERSION 0.27.2
DESCRIPTION "Documentation"
LANGUAGES NONE)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/dynamic_project_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cmake_minimum_required(VERSION 3.20)
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
include(FetchContent)
FetchContent_Declare(_project_options URL
https://github.com/aminya/project_options/archive/refs/tags/v0.27.1.zip
https://github.com/aminya/project_options/archive/refs/tags/v0.27.2.zip
)
FetchContent_MakeAvailable(_project_options)
include(${_project_options_SOURCE_DIR}/Index.cmake)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/project_options_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.20)
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
include(FetchContent)
FetchContent_Declare(_project_options URL
https://github.com/aminya/project_options/archive/refs/tags/v0.27.1.zip
https://github.com/aminya/project_options/archive/refs/tags/v0.27.2.zip
)
FetchContent_MakeAvailable(_project_options)
include(${_project_options_SOURCE_DIR}/Index.cmake)
Expand Down

0 comments on commit 575d00a

Please sign in to comment.