diff --git a/CMakeLists.txt b/CMakeLists.txt index a76ce85..09c9e19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) project(eible LANGUAGES CXX - VERSION 1.1.0 + VERSION 1.2.0 DESCRIPTION "Export and import library" HOMEPAGE_URL "https://github.com/przemek83/eible") diff --git a/README.md b/README.md index dc8ef8d..b8dd1bb 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ include(FetchContent) FetchContent_Declare( eible GIT_REPOSITORY https://github.com/przemek83/eible - GIT_TAG v1.1.0 + GIT_TAG v1.2.0 ) FetchContent_MakeAvailable(eible)