Skip to content

Commit

Permalink
docs: update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Sep 28, 2024
1 parent ab1e783 commit c6674bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include(FetchContent)
FetchContent_Declare(
toolbelt
GIT_REPOSITORY https://github.com/mmalenic/cmake-toolbelt
GIT_TAG v0.1.1
GIT_TAG v0.2.0
)
FetchContent_MakeAvailable(toolbelt)
Expand Down
2 changes: 1 addition & 1 deletion src/toolbelt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands are available after including with a :cmake:`toolbelt_` prefix:
FetchContent_Declare(
toolbelt
GIT_REPOSITORY https://github.com/mmalenic/cmake-toolbelt
GIT_TAG v0.1.1
GIT_TAG v0.2.0
)
FetchContent_MakeAvailable(toolbelt)
Expand Down

0 comments on commit c6674bb

Please sign in to comment.