Skip to content

Commit

Permalink
Bump the tag in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Oct 28, 2023
1 parent 450924a commit 8475eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cmake_policy(SET CMP0135 NEW)
project(phnt-example)
include(FetchContent)
set(phnt_TAG "v1.1-19b15cc")
set(phnt_TAG "v1.2-4d1b102f")
message(STATUS "Fetching phnt (${phnt_TAG})...")
FetchContent_Declare(phnt
URL "https://github.com/mrexodia/phnt-single-header/releases/download/${phnt_TAG}/phnt.zip"
Expand Down

0 comments on commit 8475eb7

Please sign in to comment.