Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Sep 5, 2024
1 parent aa55b33 commit 8b5ddcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ include(FetchContent)
FetchContent_Declare(upa
GIT_REPOSITORY https://github.com/upa-url/upa.git
GIT_SHALLOW TRUE
GIT_TAG v0.4.1
GIT_TAG v0.4.2
)
FetchContent_MakeAvailable(upa)
...
Expand All @@ -80,7 +80,7 @@ target_link_libraries(exe-target PRIVATE upa::url)
If you are using the [CPM.cmake script](https://github.com/cpm-cmake/CPM.cmake) and have included it in your `CMakeLists.txt`, then:

```cmake
CPMAddPackage("gh:upa-url/[email protected].1")
CPMAddPackage("gh:upa-url/[email protected].2")
...
target_link_libraries(exe-target PRIVATE upa::url)
```
Expand Down
4 changes: 2 additions & 2 deletions include/upa/url_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

#define UPA_URL_VERSION_MAJOR 0
#define UPA_URL_VERSION_MINOR 4
#define UPA_URL_VERSION_PATCH 1
#define UPA_URL_VERSION_PATCH 2

#define UPA_URL_VERSION "0.4.1"
#define UPA_URL_VERSION "0.4.2"

// NOLINTEND(*-macro-*)

Expand Down

0 comments on commit 8b5ddcb

Please sign in to comment.