From 671c169dd706be778e0b1ac1183726040ba6092e Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Mon, 30 Dec 2019 03:00:26 +0200 Subject: [PATCH] Update version numbers --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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