diff --git a/CMakeLists.txt b/CMakeLists.txt index 8abfd514..cd33229e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() # Project configuration # set(UVW_VERSION_MAJOR 2) -set(UVW_VERSION_MINOR 9) +set(UVW_VERSION_MINOR 10) set(UVW_VERSION_PATCH 0) project( diff --git a/conanfile.py b/conanfile.py index 94c6f503..ab268be7 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ class UVWConan(ConanFile): exports = "LICENSE" exports_sources = "src/*" no_copy_source = True - requires = "libuv/1.41.0@bincrafters/stable" + requires = "libuv/1.42.0@bincrafters/stable" def package(self): self.copy(pattern="LICENSE", dst="licenses")