Skip to content

Commit 3c5877d

Browse files
committed
bump version
1 parent b5f9422 commit 3c5877d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotters-iced"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "Iced backend for Plotters"
55
readme = "README.md"
66
license = "MIT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Include `plotters-iced` in your `Cargo.toml` dependencies:
3030

3131
```toml
3232
[dependencies]
33-
plotters-iced = "0.10"
34-
iced = { version = "0.12", features = ["canvas", "tokio"] }
33+
plotters-iced = "0.11"
34+
iced = { version = "0.13", features = ["canvas", "tokio"] }
3535
plotters="0.3"
3636
```
3737

0 commit comments

Comments
 (0)