Skip to content

Commit

Permalink
update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLyte committed Nov 9, 2022
1 parent 310f4c1 commit 8f1571c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "applevisor"
version = "0.1.0"
version = "0.1.1"
authors = ["lyte <[email protected]>"]
edition = "2021"
description = "Rust bindings for the Apple Silicon Hypervisor Framework"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Create a Rust project and add Applevisor as a dependency in `Cargo.toml`. You ca
```toml
# Check which version is the latest, this part of the README might not be updated
# in future releases.
applevisor = "0.1.0"
applevisor = "0.1.1"
```

... or directly from the GitHub repository.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//! ```toml
//! # Check which version is the latest, this part of the README might not be updated
//! # in future releases.
//! applevisor = "0.1.0"
//! applevisor = "0.1.1"
//! ```
//!
//! ... or directly from the GitHub repository.
Expand Down

0 comments on commit 8f1571c

Please sign in to comment.