Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Dec 13, 2023
1 parent 5dd4e05 commit befd334
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions frida-gum-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "frida-gum-sys"
version = "0.8.1"
authors = ["Keegan Saunders <[email protected]>"]
version = "0.8.2"
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
Expand Down
4 changes: 2 additions & 2 deletions frida-gum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "frida-gum"
version = "0.13.2"
authors = ["Keegan Saunders <[email protected]>"]
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
Expand All @@ -19,7 +19,7 @@ stalker-params = ["frida-gum-sys/stalker-params"]

[dependencies]
cstr_core = { version = "0.2.6", default-features = false, features = ["alloc"] }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.8.1" }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.8.2" }
libc = { version = "0.2.93", default-features = false, optional = true }
num = { version = "0.3.1", default-features = false }
num-derive = { version = "0.3.3", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions frida-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "frida-sys"
version = "0.4.2"
authors = ["Keegan Saunders <[email protected]>"]
version = "0.4.3"
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
Expand Down
6 changes: 3 additions & 3 deletions frida/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "frida"
version = "0.4.1"
authors = ["Keegan Saunders <[email protected]>"]
version = "0.4.2"
authors = ["Keegan Saunders <[email protected]>", "Shmarya Rubenstein <[email protected]>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
Expand All @@ -11,7 +11,7 @@ description = "Rust bindings for Frida"
auto-download = ["frida-sys/auto-download"]

[dependencies]
frida-sys = { path = "../frida-sys", version = "0.4.1" }
frida-sys = { path = "../frida-sys", version = "0.4.2" }
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit befd334

Please sign in to comment.