Skip to content

Commit

Permalink
Update version numbers to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace314159 committed Aug 2, 2021
1 parent 136d4ae commit cb1d004
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 = "imgui-memory-editor"
version = "0.2.1"
version = "0.3.0"
authors = ["Akash Munagala <akash.munagala@gmail.com>"]
edition = "2018"
description = "Rust bindings for imgui memory editor"
Expand All @@ -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" }
2 changes: 1 addition & 1 deletion imgui-memory-editor-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imgui-memory-editor-sys"
version = "0.2.0"
version = "0.3.0"
authors = ["Akash Munagala <akash.munagala@gmail.com>"]
edition = "2018"
description = "Raw FFI bindings to imgui memory editor"
Expand Down

0 comments on commit cb1d004

Please sign in to comment.