diff --git a/Cargo.toml b/Cargo.toml index a193960..a9c6ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "owoify" -version = "0.1.4" +version = "0.1.5" description = "Text owoification library" repository = "https://github.com//owoify" documentation = "https://docs.rs/owoify/" diff --git a/README.md b/README.md index 3511b0f..2297dc6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to ``Cargo.toml``: ```toml [dependencies] -owoify = "0.1.4" +owoify = "0.1.5" ``` ``example.rs``: ```rust