Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele A. Ron committed Sep 2, 2022
1 parent 0743bd1 commit 73d7194
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.24)
project(FibonacciHeap VERSION 2.0.0 LANGUAGES CXX)
project(FibonacciHeap VERSION 2.1.0 LANGUAGES CXX)

################
# Dependencies #
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project is designed with Modern CMake principals in mind, so it can easily
Either install or otherwise link the project, and add:

```cmake
find_package(FibonacciHeap 2.0.0 REQUIRED)
find_package(FibonacciHeap 2.1.0 REQUIRED)
# Add Targets
target_link_libraries(foo PRIVATE GRon::FibonacciHeap)
```
Expand Down

0 comments on commit 73d7194

Please sign in to comment.