Skip to content

Commit 6542251

Browse files
committed
Bump version to 1.0.2
1 parent 90691c9 commit 6542251

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ include(FetchContent)
6565
FetchContent_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
)
7070
FetchContent_MakeAvailable(upa)
7171
...
@@ -77,7 +77,7 @@ target_link_libraries(exe-target PRIVATE upa::url)
7777
If 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
...
8282
target_link_libraries(exe-target PRIVATE upa::url)
8383
```

include/upa/url_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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

0 commit comments

Comments
 (0)