diff --git a/Cargo.toml b/Cargo.toml index cb755df..85df356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "owoify" version = "0.1.1" description = "Text owoification library" +repository= "https://github.com//owoify" readme = "README.md" license = "MIT" authors = [" <@protonmail.com>"] diff --git a/README.md b/README.md index 25fa1e5..29a982b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to ``Cargo.toml``: ``` [dependencies] -owoify = "0.1.0" +owoify = "0.1.1" ``` ``example.rs``: ```