diff --git a/Cargo.lock b/Cargo.lock index 68e9116..a734bf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "rogcat" -version = "0.4.1-alpha.0" +version = "0.4.1" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ed2d9ad..461d79c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ license = "MIT" name = "rogcat" readme = "README.md" repository = "https://github.com/flxo/rogcat" -version = "0.4.1-alpha.0" +version = "0.4.1" edition = "2018" [lib]