Skip to content

Commit

Permalink
chore: bump project version to 1.0.0 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Jul 11, 2024
1 parent 3b6e49f commit bd0261e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit bd0261e

Please sign in to comment.