From da53a8c42f7092f58586480080738a540eed64ca Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 5 Jan 2020 14:39:31 +0100 Subject: newtype: bump version to 1.0.1 --- CMakeLists.txt | 2 +- include/newtype/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 275877a..93f154e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION "3.9.0") project("newtype" - VERSION "1.0.0" + VERSION "1.0.1" LANGUAGES CXX DESCRIPTION "A library of types and functions to create strong type aliases" ) diff --git a/include/newtype/version.hpp b/include/newtype/version.hpp index c7c3314..be6e26e 100644 --- a/include/newtype/version.hpp +++ b/include/newtype/version.hpp @@ -14,7 +14,7 @@ namespace nt } version{ .major = 1, .minor = 0, - .patch = 0, + .patch = 1, .name = "Francesca", }; -- cgit v1.2.3