Update version numbers

This commit is contained in:
EvilDeaaaadd 2019-12-30 03:00:26 +02:00
parent 766429796f
commit 671c169dd7
2 changed files with 2 additions and 2 deletions

View File

@ -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/"

View File

@ -12,7 +12,7 @@ Add this to ``Cargo.toml``:
```toml
[dependencies]
owoify = "0.1.4"
owoify = "0.1.5"
```
``example.rs``:
```rust