ready to cut a new release

This commit is contained in:
Michele Caini 2020-03-16 23:25:09 +01:00
parent 855d851f47
commit 3a32097dc8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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")