From e8683e5cef269f476f5a706ab42935f9b1c8cbf5 Mon Sep 17 00:00:00 2001 From: Alik Aslanyan Date: Sat, 19 Jan 2019 16:08:43 +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 77132e6..0f0e9fd 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.2 Alpha" +#define MODULE_VERSION "0.0.3 Alpha" #define MODULE_AUTHOR "Inline" #define MODULE_URL "NotSure" #define MODULE_LOGTAG "gRIP" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d48a4ec..c68851b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "grip-rust" -version = "0.0.2-alpha" +version = "0.0.3-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 fdb3f37..cbdaf31 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grip-rust" -version = "0.0.2-alpha" +version = "0.0.3-alpha" authors = ["alik"] edition = "2018"