This commit is contained in:
ghaisan
2024-10-09 20:27:56 +07:00
parent 137eed9aa2
commit 943eaa52cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -13,7 +13,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
morse_rs = "0.1.3"
morse_rs = "0.1.4"
```
## Usage