Skip to content

Commit be58738

Browse files
committed
Update version number on master branch
1 parent 9e58efe commit be58738

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## Plotters 0.3.4 (?)
4+
35
## Plotters 0.3.3 (2022-08-19)
46

57
### Improved

doc-template/latest_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.3.3

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

0 commit comments

Comments
 (0)