diff --git a/Cargo.lock b/Cargo.lock index abc3f222..4746191c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "gateway-rs" -version = "1.0.0-alpha.5" +version = "1.0.0-alpha.6" dependencies = [ "angry-purple-tiger", "base64 0.12.3", diff --git a/Cargo.toml b/Cargo.toml index b92f8dcb..7c4347a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["strip"] [package] name = "gateway-rs" -version = "1.0.0-alpha.5" +version = "1.0.0-alpha.6" authors = ["Marc Nijdam "] edition = "2018" license = "Apache-2.0"