Skip to content

Commit

Permalink
misc: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knsd committed Feb 17, 2018
1 parent 83abf18 commit 4d1b670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telegram-bot"
version = "0.6.0"
version = "0.6.1"
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]

description = "A library for creating Telegram bots"
Expand All @@ -22,7 +22,7 @@ futures = "0.1"
curl = {version = "0.4.6", optional = true}
tokio-curl = {version = "0.1.9", optional = true}

telegram-bot-raw = { version = "=0.6.0", path = "../raw" }
telegram-bot-raw = { version = "=0.6.1", path = "../raw" }

[dependencies.hyper]
version = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion raw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telegram-bot-raw"
version = "0.6.0"
version = "0.6.1"
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]

description = "Telegram Bot API types"
Expand Down

0 comments on commit 4d1b670

Please sign in to comment.