Skip to content

Commit

Permalink
Bumping up version
Browse files Browse the repository at this point in the history
  • Loading branch information
voider1 committed Apr 24, 2017
1 parent deebe6c commit cfef4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "teleborg"
version = "0.1.31"
version = "0.1.32"
authors = ["Wesley A. Gahr <[email protected]>"]
documentation = "https://docs.rs/teleborg/0.1.31/teleborg/"
documentation = "https://docs.rs/teleborg/0.1.32/teleborg/"
license = "Apache-2.0"
description = "A Telegram bot API."
repository = "https://github.com/voider1/teleborg"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ How to use the project
Add this to your `Cargo.toml`
``` toml
[dependencies]
teleborg = "0.1.31"
teleborg = "0.1.32"
```
It's on crates.io now, check it out https://crates.io/crates/teleborg.
Note that this project only works on Rust 1.16 or above.
Expand Down

0 comments on commit cfef4b5

Please sign in to comment.