Skip to content

Commit 1782858

Browse files
authored
Merge pull request #585 from plotters-rs/update-bitmap
Bump version to 0.3.6
2 parents a5d6cb2 + 0b57a91 commit 1782858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotters-bitmap/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-bitmap"
3-
version = "0.3.3"
3+
version = "0.3.6"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version = "0.3.6"
2121
path = "../plotters-backend"
2222

2323
[dependencies.plotters-bitmap]
24-
version = "0.3.3"
24+
version = "0.3.6"
2525
default_features = false
2626
optional = true
2727
path = "../plotters-bitmap"

0 commit comments

Comments
 (0)