Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4bb4 committed Nov 29, 2020
1 parent af76064 commit 3f67c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "implot"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Sandro Merkli", "implot-rs contributors"]
description = "Rust bindings to https://github.com/epezent/implot"
Expand All @@ -11,7 +11,7 @@ categories = ["gui", "api-bindings"]
readme = "README.md"

[dependencies]
implot-sys = { version = "0.2.0", path = "implot-sys" }
implot-sys = { version = "0.3.0", path = "implot-sys" }
imgui = { version = "0.6.0" }
bitflags = "1.0"
parking_lot = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion implot-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "implot-sys"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Sandro Merkli", "implot-rs contributors"]
description = "Raw FFI bindings to implot"
Expand Down

0 comments on commit 3f67c85

Please sign in to comment.