Skip to content

Commit 4d1b670

Browse files
committed
misc: bump version
1 parent 83abf18 commit 4d1b670

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telegram-bot"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]
55

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

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

2727
[dependencies.hyper]
2828
version = "0.11"

raw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telegram-bot-raw"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Lukas Kalbertodt <[email protected]>", "Fedor Gogolev <[email protected]>"]
55

66
description = "Telegram Bot API types"

0 commit comments

Comments
 (0)