diff --git a/Cargo.lock b/Cargo.lock index fe09288..b8f9022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -928,7 +928,7 @@ dependencies = [ [[package]] name = "rogcat" -version = "0.3.0-alpha.1" +version = "0.3.0" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bd8e34b..a656031 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.3.0-alpha.1" +version = "0.3.0" edition = "2018" [dependencies]