diff --git a/CMakeLists.txt b/CMakeLists.txt index fe03c14..abc4e63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24) project( dice-hash - VERSION 0.4.7 + VERSION 0.4.8 DESCRIPTION "dice-hash provides a framework to generate stable hashes. It provides state-of-the-art hash functions, supports STL containers out of the box and helps you to defines stable hashes for your own structs and classes." HOMEPAGE_URL "https://dice-group.github.io/dice-hash/") set(POBR_VERSION 1) # Persisted Object Binary Representation Version diff --git a/README.md b/README.md index e0928e8..08fbba1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To use it with [conan](https://conan.io/) you need to add the repository: conan remote add dice-group https://conan.dice-research.org/artifactory/api/conan/tentris ``` -To use it add `dice-hash/0.4.7` to the `[requires]` section of your conan file. +To use it add `dice-hash/0.4.8` to the `[requires]` section of your conan file. You can now add it to your target with: ```cmake