Skip to content

Commit

Permalink
Merge pull request #13 from samirdjelal/release_v0.2.10
Browse files Browse the repository at this point in the history
🔖 Release v0.2.10
  • Loading branch information
samirdjelal committed May 31, 2023
2 parents 669647e + 97c2289 commit d7ce9a4
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 = "captcha-rs"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
authors = ["Samir Djelal <ssdjelal@gmail.com>"]
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 @@ -38,7 +38,7 @@ Add the following dependency to the Cargo.toml file:

```toml
[dependencies]
captcha-rs = "0.2.8"
captcha-rs = "0.2.10"
```

And then get started in your `main.rs`:
Expand Down

0 comments on commit d7ce9a4

Please sign in to comment.