Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Dec 2, 2023
1 parent 5fd9acf commit d07ba65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Link the generated libmem library against your binary (`libmem.so` for Unix-like
## Usage (Rust)
Add the following line to your `Cargo.toml` under `[dependencies]`:
```toml
libmem = "4.2"
libmem = "4"
```
Import libmem in your Rust source code:
```rust
Expand Down
2 changes: 1 addition & 1 deletion libmem-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_sources(src_dir):

setup(
name = "libmem",
version = "4.2.0",
version = "4.3.0",
description = "Advanced Game Hacking Library (Windows/Linux/FreeBSD)",
long_description = readme,
long_description_content_type = "text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion libmem-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmem"
version = "4.2.1"
version = "4.3.0"
authors = ["rdbo"]
edition = "2021"
# rust-version: "1.64.0"
Expand Down

0 comments on commit d07ba65

Please sign in to comment.