Skip to content

Commit

Permalink
🔖 Update version to 0.2.0
Browse files Browse the repository at this point in the history
To prepare for release 0.2.0, the version in the conanfile and
CMakeLists.txt for this project has been updated
  • Loading branch information
bitwizeshift committed Apr 22, 2020
1 parent 76980f9 commit 802e857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
endif ()

project(Backport
VERSION "0.1.1"
VERSION "0.2.0"
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class BackportConan(ConanFile):

# Package Info
name = "Backport"
version = "0.1.1"
version = "0.2.0"
description = "Modern C++ backported to C++11"
url = "https://github.com/bitwizeshift/bpstd"
author = "Matthew Rodusek <[email protected]>"
Expand Down Expand Up @@ -51,4 +51,4 @@ def package(self):

def package_id(self):
self.info.header_only()
return
return

0 comments on commit 802e857

Please sign in to comment.