From b61b630539e018c385cbee3dfc0b33a5825d445f Mon Sep 17 00:00:00 2001 From: Felix Obenhuber Date: Fri, 24 May 2019 20:02:49 +0200 Subject: [PATCH] (cargo-release) version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c55fa0..2a49a40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "rogcat" -version = "0.4.0-alpha.0" +version = "0.4.0" 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 1a54509..b146c0e 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.0-alpha.0" +version = "0.4.0" edition = "2018" [dependencies]