Skip to content

Commit

Permalink
Bump version for conan
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Elvert committed Jul 9, 2019
1 parent e29d6b0 commit f8524f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ It is usually used together with a Qt based UI.
# Interesting links

* [lager](/~https://github.com/arximboldi/lager) is a great unidirectional UI library for C++
* [redux](https://redux.js.org/) is probably the most famous unidrection UI library, but for JavaScript
* [redux](https://redux.js.org/) is probably the most famous unidrectional UI library, but for JavaScript
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class UshiroConan(ConanFile):
name = "ushiro"
version = "0.1"
version = "0.2"
license = "MIT"
author = "Marius Elvert marius.elvert@googlemail.com"
url = "/~https://github.com/ltjax/ushiro"
Expand Down

0 comments on commit f8524f7

Please sign in to comment.