Skip to content

Commit

Permalink
Up version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msuiche committed Mar 17, 2021
1 parent c742f70 commit 87919a8
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 = "rust-lzxpress"
version = "0.1.0"
version = "0.1.1"
authors = ["Matt Suiche <msuiche@comae.com>"]
description = "Simple interface for Microsoft LZXpress decompression."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ or even [Microsoft Windows 10 compressed memory management](https://www.fireeye.
Cargo.toml:
```toml
[dependencies]
rust-lzxpress = "0.1.0"
rust-lzxpress = "0.1.1"
```
main.rs:
```Rust
Expand Down

0 comments on commit 87919a8

Please sign in to comment.