diff --git a/Cargo.toml b/Cargo.toml index 891b18c..d3fd81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "morse_rs" description = "A simple morse code translator, with the abilty to write to WAV files using Hound." license = "MIT" -version = "0.1.3" +version = "0.1.4" edition = "2021" [dependencies] diff --git a/README.md b/README.md index ca4bf7d..cb15960 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -morse_rs = "0.1.3" +morse_rs = "0.1.4" ``` ## Usage