Skip to content

Commit 68a9e75

Browse files
committed
Bump version number from 0.2.13 to 0.2.14
1 parent bf05526 commit 68a9e75

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Plotters latest (?)
3+
## Plotters 0.2.14 (2020-05-05)
44
### Fixed
55

66
- Compile error with older rustc which causing breaks

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To view the source code for each example, please click on the example image.
143143
To use Plotters, you can simply add Plotters into your `Cargo.toml`
144144
```toml
145145
[dependencies]
146-
plotters = "^0.2.13"
146+
plotters = "^0.2.14"
147147
```
148148

149149
And the following code draws a quadratic function. `src/main.rs`,

doc-template/latest_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.13
1+
0.2.14

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
264264
To use Plotters, you can simply add Plotters into your `Cargo.toml`
265265
```toml
266266
[dependencies]
267-
plotters = "^0.2.13"
267+
plotters = "^0.2.14"
268268
```
269269
270270
And the following code draws a quadratic function. `src/main.rs`,

0 commit comments

Comments
 (0)