Skip to content

Commit 0efc069

Browse files
committed
Bump version
1 parent f9ccf74 commit 0efc069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conan remote add ltjax https://api.bintray.com/conan/ltjax/conan
2222

2323
Then you can add the dependency via
2424
```
25-
steam_controller/1.0@ltjax/stable
25+
steam_controller/1.1@ltjax/stable
2626
```
2727

2828
# How to use

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class SteamControllerConan(ConanFile):
55
name = "steam_controller"
6-
version = "1.0"
6+
version = "1.1"
77
license = "MIT"
88
author = "Marius Elvert [email protected]"
99
url = "https://github.com/ltjax/steam_controller"

0 commit comments

Comments
 (0)