From cb1d0043456a09543e2168bc2b2036fe14db326b Mon Sep 17 00:00:00 2001 From: Akash Munagala Date: Mon, 2 Aug 2021 09:14:11 -0700 Subject: [PATCH] Update version numbers to 0.3.0 --- Cargo.toml | 4 ++-- imgui-memory-editor-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86b05c9..ef47364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-memory-editor" -version = "0.2.1" +version = "0.3.0" authors = ["Akash Munagala "] edition = "2018" description = "Rust bindings for imgui memory editor" @@ -13,4 +13,4 @@ categories = ["gui", "api-bindings"] [dependencies] imgui = "0.7.0" -imgui-memory-editor-sys = { path = "imgui-memory-editor-sys", version = "0.2.0" } +imgui-memory-editor-sys = { path = "imgui-memory-editor-sys", version = "0.3.0" } diff --git a/imgui-memory-editor-sys/Cargo.toml b/imgui-memory-editor-sys/Cargo.toml index 5de00d6..505c16d 100644 --- a/imgui-memory-editor-sys/Cargo.toml +++ b/imgui-memory-editor-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-memory-editor-sys" -version = "0.2.0" +version = "0.3.0" authors = ["Akash Munagala "] edition = "2018" description = "Raw FFI bindings to imgui memory editor"