Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Aug 25, 2024
1 parent a219398 commit 2efef50
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.0
GIT_TAG v0.4.1
)
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/upa@0.4.0")
CPMAddPackage("gh:upa-url/upa@0.4.1")
...
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 0
#define UPA_URL_VERSION_PATCH 1

#define UPA_URL_VERSION "0.4.0"
#define UPA_URL_VERSION "0.4.1"

// NOLINTEND(*-macro-*)

Expand Down

0 comments on commit 2efef50

Please sign in to comment.