From 8b4cbff149e24a439741b028e86bc9ee30e66b57 Mon Sep 17 00:00:00 2001 From: Alexander Bigerl Date: Tue, 28 Feb 2023 11:33:16 +0100 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb63ac1..1150c99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) project( dice-hash - VERSION 0.4.2 + VERSION 0.4.3 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/") diff --git a/README.md b/README.md index 246b74b..a00e012 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ add FetchContent_Declare( dice-hash GIT_REPOSITORY https://github.com/dice-group/dice-hash.git - GIT_TAG 0.4.2 + GIT_TAG 0.4.3 GIT_SHALLOW TRUE) FetchContent_MakeAvailable(dice-hash) @@ -49,7 +49,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.2` to the `[requires]` section of your conan file. +To use it add `dice-hash/0.4.3` to the `[requires]` section of your conan file. ## build and run tests