File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ include(FetchContent)
6565FetchContent_Declare(upa
6666 GIT_REPOSITORY https://github.com/upa-url/upa.git
6767 GIT_SHALLOW TRUE
68- GIT_TAG v1.0.1
68+ GIT_TAG v1.0.2
6969)
7070FetchContent_MakeAvailable(upa)
7171...
@@ -77,7 +77,7 @@ target_link_libraries(exe-target PRIVATE upa::url)
7777If you are using the [ CPM.cmake script] ( https://github.com/cpm-cmake/CPM.cmake ) and have included it in your ` CMakeLists.txt ` , then:
7878
7979``` cmake
80- CPMAddPackage("gh:upa-url/upa@1.0.1 ")
80+ CPMAddPackage("gh:upa-url/upa@1.0.2 ")
8181...
8282target_link_libraries(exe-target PRIVATE upa::url)
8383```
Original file line number Diff line number Diff line change 1010
1111#define UPA_URL_VERSION_MAJOR 1
1212#define UPA_URL_VERSION_MINOR 0
13- #define UPA_URL_VERSION_PATCH 1
13+ #define UPA_URL_VERSION_PATCH 2
1414
15- #define UPA_URL_VERSION "1.0.1 "
15+ #define UPA_URL_VERSION "1.0.2 "
1616
1717// NOLINTEND(*-macro-*)
1818
You can’t perform that action at this time.
0 commit comments