Skip to content

Commit cb1d004

Browse files
committed
Update version numbers to 0.3.0
1 parent 136d4ae commit cb1d004

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imgui-memory-editor"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Akash Munagala <[email protected]>"]
55
edition = "2018"
66
description = "Rust bindings for imgui memory editor"
@@ -13,4 +13,4 @@ categories = ["gui", "api-bindings"]
1313

1414
[dependencies]
1515
imgui = "0.7.0"
16-
imgui-memory-editor-sys = { path = "imgui-memory-editor-sys", version = "0.2.0" }
16+
imgui-memory-editor-sys = { path = "imgui-memory-editor-sys", version = "0.3.0" }

imgui-memory-editor-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imgui-memory-editor-sys"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Akash Munagala <[email protected]>"]
55
edition = "2018"
66
description = "Raw FFI bindings to imgui memory editor"

0 commit comments

Comments
 (0)