Skip to content

Commit

Permalink
chore: update minor version
Browse files Browse the repository at this point in the history
Release-As: v0.1.1
  • Loading branch information
willothy committed Nov 4, 2024
1 parent c6ae8f9 commit f36a463
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "whirlwind"
description = "Collection of thread-safe, asynchronous data structures."
authors = ["Will Hopkins <[email protected]>"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
readme = "README.md"
repository = "https://github.com/fortress-build/whirlwind"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add `whirlwind` to your `Cargo.toml`:

```toml
[dependencies]
whirlwind = "0.1.0"
whirlwind = "0.1.1"
```

## 🔧 Usage
Expand Down

0 comments on commit f36a463

Please sign in to comment.