From 3f67c8501ed275ef78afbca62ff06cf6aa4ca763 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Sun, 29 Nov 2020 19:22:54 +0100 Subject: [PATCH] Version bump --- Cargo.toml | 4 ++-- implot-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0759f8a..12f58b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" diff --git a/implot-sys/Cargo.toml b/implot-sys/Cargo.toml index 9c41fdd..36fa218 100644 --- a/implot-sys/Cargo.toml +++ b/implot-sys/Cargo.toml @@ -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"