Skip to content

Commit

Permalink
chore: bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tejmagar committed Jul 12, 2024
1 parent c1890bb commit 9191901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
@@ -1,6 +1,6 @@
[package]
name = "racoon"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["Tej Magar"]
description = "Racoon is a fast, fully customizable web framework for Rust focusing on simplicity."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You will need `tokio` runtime to run Racoon. Run `cargo add tokio` to install to

```toml
[dependencies]
racoon = "0.1.6"
racoon = "0.1.7"
```

## Basic Usage
Expand Down

0 comments on commit 9191901

Please sign in to comment.