Skip to content

Commit 5c75540

Browse files
committed
Bump the version number in the next release branch to 0.4.0
1 parent c836474 commit 5c75540

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

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.4.0"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

plotters-svg/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-svg"
3-
version = "0.3.3"
3+
version = "0.4.0"
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotters"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)