Skip to content

Commit f9d13b9

Browse files
committed
Bump version to 1.2.0
1 parent 08ed9c5 commit f9d13b9

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
@@ -66,7 +66,7 @@ include(FetchContent)
6666
FetchContent_Declare(upa
6767
GIT_REPOSITORY https://github.com/upa-url/upa.git
6868
GIT_SHALLOW TRUE
69-
GIT_TAG v1.1.0
69+
GIT_TAG v1.2.0
7070
)
7171
FetchContent_MakeAvailable(upa)
7272
...
@@ -78,7 +78,7 @@ target_link_libraries(exe-target PRIVATE upa::url)
7878
If you are using the [CPM.cmake script](https://github.com/cpm-cmake/CPM.cmake) and have included it in your `CMakeLists.txt`, then:
7979

8080
```cmake
81-
CPMAddPackage("gh:upa-url/upa@1.1.0")
81+
CPMAddPackage("gh:upa-url/upa@1.2.0")
8282
...
8383
target_link_libraries(exe-target PRIVATE upa::url)
8484
```

include/upa/url_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
// NOLINTBEGIN(*-macro-*)
1010

1111
#define UPA_URL_VERSION_MAJOR 1
12-
#define UPA_URL_VERSION_MINOR 1
12+
#define UPA_URL_VERSION_MINOR 2
1313
#define UPA_URL_VERSION_PATCH 0
1414

15-
#define UPA_URL_VERSION "1.1.0"
15+
#define UPA_URL_VERSION "1.2.0"
1616

1717
// NOLINTEND(*-macro-*)
1818

0 commit comments

Comments
 (0)