Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
keltia committed Oct 9, 2021
2 parents beeb14e + 4e77823 commit feee914
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 = "leftpad-rs"
version = "1.0.0"
version = "1.0.1"
edition = "2018"
authors = ["Ollivier Robert <roberto@keltia.net>"]
keywords = ["leftpad", "joke"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ to your `Cargo.toml`:

``` toml
[dependencies]
leftpad-rs = "1.0.0"
leftpad-rs = "1.0.1"
```
then you can use it in your own crates.

0 comments on commit feee914

Please sign in to comment.