From b7f84490beb8643a79fe833e8ca769ade31036c7 Mon Sep 17 00:00:00 2001 From: neargye Date: Thu, 2 May 2019 20:02:27 +0500 Subject: [PATCH] v0.5.0 --- CMakeLists.txt | 2 +- include/magic_enum.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9bd4417c..25a810d05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6) -project(magic_enum VERSION "0.4.2" LANGUAGES CXX) +project(magic_enum VERSION "0.5.0" LANGUAGES CXX) if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) set(IS_TOPLEVEL_PROJECT TRUE) diff --git a/include/magic_enum.hpp b/include/magic_enum.hpp index 4b4e3a4f0..8ea435787 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ vesion 0.4.2 +// |___/ vesion 0.5.0 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT