diff --git a/main/index.html b/main/index.html
index 5c2f326..6a45448 100644
--- a/main/index.html
+++ b/main/index.html
@@ -160,7 +160,7 @@
FetchContent_Declare(upa
GIT_REPOSITORY https://github.com/upa-url/upa.git
GIT_SHALLOW TRUE
- GIT_TAG v1.0.0
+ GIT_TAG v1.0.1
)
FetchContent_MakeAvailable(upa)
...
@@ -168,7 +168,7 @@
Embedding with CPM.cmake script
If you are using the CPM.cmake script and have included it in your CMakeLists.txt
, then:
-CPMAddPackage("gh:upa-url/upa@1.0.0")
+
CPMAddPackage("gh:upa-url/upa@1.0.1")
...
target_link_libraries(exe-target PRIVATE upa::url)