From 943eaa52ccccadb78f80dc1c450d701f25aedd92 Mon Sep 17 00:00:00 2001 From: ghaisan Date: Wed, 9 Oct 2024 20:27:56 +0700 Subject: [PATCH] what --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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