diff --git a/CMakeLists.txt b/CMakeLists.txt index e239f8c3..3faf6faa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ endif() project( uvw - VERSION 2.3.1 + VERSION 2.4.0 DESCRIPTION "Header-only, event based, tiny and easy to use libuv wrapper in modern C++" HOMEPAGE_URL "https://github.com/skypjack/uvw" LANGUAGES C CXX diff --git a/conanfile.py b/conanfile.py index c5dd2ced..ce7774a9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ class UVMConan(ConanFile): exports = "LICENSE" exports_sources = "src/*" no_copy_source = True - requires = "libuv/1.34.1@bincrafters/stable" + requires = "libuv/1.35.0@bincrafters/stable" def package(self): self.copy(pattern="LICENSE", dst="licenses")