From aba62c4556d8023458c24c2c52c8a151be705fd8 Mon Sep 17 00:00:00 2001 From: terik23 Date: Mon, 8 Apr 2019 22:19:39 +0500 Subject: [PATCH] v0.4.1 --- CMakeLists.txt | 2 +- README.md | 2 +- include/magic_enum.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 594a081..aa10b06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6) -project(magic_enum VERSION "0.4.0" LANGUAGES CXX) +project(magic_enum VERSION "0.4.1" LANGUAGES CXX) option(MAGIC_ENUM_OPT_BUILD_EXAMPLES "Build magic_enum examples" ON) option(MAGIC_ENUM_OPT_BUILD_TESTS "Build and perform magic_enum tests" ON) diff --git a/README.md b/README.md index 317c3f5..d091436 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![Build Status](https://travis-ci.org/Neargye/magic_enum.svg?branch=master)](https://travis-ci.org/Neargye/magic_enum) [![Build status](https://ci.appveyor.com/api/projects/status/0rpr966p9ssrvwu3/branch/master?svg=true)](https://ci.appveyor.com/project/Neargye/magic-enum-hf8vk/branch/master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/64d04f150af14c3e8bd1090057b68538)](https://www.codacy.com/app/Neargye/magic_enum?utm_source=github.com&utm_medium=referral&utm_content=Neargye/magic_enum&utm_campaign=Badge_Grade) -[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/jPWeZxV1UcqvudZr) +[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/gt3HXJMv5MbyHbgL) ## What is Magic Enum? diff --git a/include/magic_enum.hpp b/include/magic_enum.hpp index 0bebf5a..4d708f2 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ vesion 0.4.0 +// |___/ vesion 0.4.1 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT