Skip to content

Commit

Permalink
Bump version to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Mar 9, 2024
1 parent 7a82199 commit 42365e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zydis"
version = "4.1.0"
version = "4.1.1"
authors = ["Joel Höner <joel@zyantific.com>", "Timo von Hartz <th0rex@zyantific.com>"]
description = "Bindings for Zydis"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ disassembler and code generator library.

```toml
[dependencies]
zydis = "4.1.0"
zydis = "4.1.1"
```

## Example
Expand Down

0 comments on commit 42365e6

Please sign in to comment.