Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bozin-org committed May 22, 2024
1 parent 4cec858 commit 13ff4dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.2

Update readme.md

# 1.1.1

Add Clone trait to EncryptionData and PasswordEncryptor
Expand Down
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 = "password-encryptor"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
description = "A helper crate for encrypting and validating password"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ or add it to the dependencies

```rust
[dependencies]
password_encryptor = "1.1.0"
password-encryptor = "1.1.2"
```

# Usage
Expand Down

0 comments on commit 13ff4dd

Please sign in to comment.