Skip to content

Commit

Permalink
Merge branch 'v0.2' into 'master'
Browse files Browse the repository at this point in the history
Bump version to v0.2

See merge request SnejUgal/tbot!106
  • Loading branch information
AlexStrNik committed Aug 27, 2019
2 parents 81c0e23 + 2f03a7d commit 4c7961a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tbot"
version = "0.1.2"
version = "0.2.0"
description = "Make cool Telegram bots with Rust easily."
repository = "https://gitlab.com/SnejUgal/tbot"
readme = "./readme.md"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add `tbot` to your Cargo.toml:

```toml
[dependencies]
tbot = "0.1"
tbot = "0.2"
```

## Documentation
Expand Down

0 comments on commit 4c7961a

Please sign in to comment.