diff --git a/CMakeLists.txt b/CMakeLists.txt index cd34b1c..a4d3e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21) project( Assertion - VERSION 0.3.0 + VERSION 1.0.0 DESCRIPTION "A collection of assertion functions and other utilities for testing CMake code" HOMEPAGE_URL https://github.com/threeal/assertion-cmake LANGUAGES NONE) diff --git a/README.md b/README.md index 273b800..4fe21eb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ during the project configuration using the function: ```cmake -file(DOWNLOAD https://github.com/threeal/assertion-cmake/releases/download/v0.3.0/Assertion.cmake +file(DOWNLOAD https://github.com/threeal/assertion-cmake/releases/download/v1.0.0/Assertion.cmake ${CMAKE_BINARY_DIR}/Assertion.cmake) include(${CMAKE_BINARY_DIR}/Assertion.cmake) ```