Skip to content

Commit fd53f1e

Browse files
committed
v0.9.1
1 parent aa45d44 commit fd53f1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.8)
22

3-
project(nameof VERSION "0.9.0" LANGUAGES CXX)
3+
project(nameof VERSION "0.9.1" LANGUAGES CXX)
44

55
include(${CMAKE_BINARY_DIR}/conan_paths.cmake OPTIONAL)
66

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class NameofConan(ConanFile):
77
name = "nameof"
8-
version = "0.9.0"
8+
version = "0.9.1"
99
description = "Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum."
1010
topics = (
1111
"conan",

0 commit comments

Comments
 (0)