diff --git a/Cargo.toml b/Cargo.toml index 4e6c09a..387c1b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Sandro Merkli", "implot-rs contributors"] description = "Rust bindings to https://github.com/epezent/implot" @@ -11,7 +11,7 @@ categories = ["gui", "api-bindings"] readme = "README.md" [dependencies] -implot-sys = { version = "0.4.0", path = "implot-sys" } +implot-sys = { version = "0.5.0", path = "implot-sys" } imgui = { version = "=0.6.0" } bitflags = "1.0" parking_lot = "0.11" diff --git a/implot-sys-bindgen/Cargo.toml b/implot-sys-bindgen/Cargo.toml index 8bc1db3..8e5f5f4 100644 --- a/implot-sys-bindgen/Cargo.toml +++ b/implot-sys-bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot-sys-bindgen" -version = "0.2.0" +version = "0.3.0" authors = ["Sandro Merkli"] edition = "2018" diff --git a/implot-sys/Cargo.toml b/implot-sys/Cargo.toml index acfe02e..31a1dd1 100644 --- a/implot-sys/Cargo.toml +++ b/implot-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implot-sys" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Sandro Merkli", "implot-rs contributors"] description = "Raw FFI bindings to implot"