From 48a3d39b918be105d2aa048632e794d223e60c7b Mon Sep 17 00:00:00 2001 From: Alik Aslanyan Date: Mon, 21 Jan 2019 01:19:04 +0400 Subject: [PATCH] Bump version --- cpp/helper/moduleconfig.h | 2 +- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/helper/moduleconfig.h b/cpp/helper/moduleconfig.h index d5e4697..57d3464 100644 --- a/cpp/helper/moduleconfig.h +++ b/cpp/helper/moduleconfig.h @@ -26,7 +26,7 @@ * to add multiple entries. */ #define MODULE_NAME "gRIP" -#define MODULE_VERSION "0.0.4 Alpha" +#define MODULE_VERSION "0.0.5 Alpha" #define MODULE_AUTHOR "Inline" #define MODULE_URL "NotSure" #define MODULE_LOGTAG "gRIP" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 2c002ac..b78961d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "grip-rust" -version = "0.0.4-alpha" +version = "0.0.5-alpha" dependencies = [ "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "clone_all 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d90598e..4724f0d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grip-rust" -version = "0.0.4-alpha" +version = "0.0.5-alpha" authors = ["alik"] edition = "2018"