Skip to content

Commit

Permalink
Bump version to 0.2.12 because of Conan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Dec 6, 2020
1 parent 8143194 commit 053ba7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge

```
[requires]
functionalplus/v0.2.11-p0@dobiasd/stable
functionalplus/v0.2.12-p0@dobiasd/stable
[generators]
cmake
Expand Down
2 changes: 1 addition & 1 deletion conan_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if os.getenv("CXX") == "g++-7":
version = os.getenv("TRAVIS_TAG")
if not version:
version = "v0.2.8-p0"
version = "dev"
reference = "functionalplus/%s" % version
username = "dobiasd"
channel = "stable"
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class FunctionalPlusConan(ConanFile):
name = "functionalplus"
version = "v0.2.8-p0"
version = "v0.2.12-p0"
license = "Boost Software License 1.0"
url = "https://github.com/Dobiasd/FunctionalPlus"
description = "Functional Programming Library for C++. Write concise and readable C++ code."
Expand Down

0 comments on commit 053ba7e

Please sign in to comment.