diff --git a/CMakeLists.txt b/CMakeLists.txt index d205916..25d7f26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS) endif () project(Backport - VERSION "1.0.1" + VERSION "1.1.0" LANGUAGES CXX ) diff --git a/conanfile.py b/conanfile.py index 8a307c6..0b036e5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -6,7 +6,7 @@ class BackportConan(ConanFile): # Package Info name = "Backport" - version = "1.0.1" + version = "1.1.0" description = "Modern C++ backported to C++11" url = "https://github.com/bitwizeshift/bpstd" author = "Matthew Rodusek "