Skip to content

Commit

Permalink
ops: release prep for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaychaks committed Nov 17, 2023
1 parent 79a66a1 commit 4f225fe
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,7 +1,7 @@
[package]
authors = ["Kaushik Chakraborty <git@kaushikc.org>"]
name = "kiteticker-async"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add kiteticker-async crate as a dependency in Cargo.toml

```
[dependencies]
kiteticker-async = "0.1.0"
kiteticker-async = "0.1.1"
```

## Example
Expand Down

0 comments on commit 4f225fe

Please sign in to comment.