From 22b82a3ecd7aa5d9828266fdc2c31c10fcfbf762 Mon Sep 17 00:00:00 2001 From: Alik Aslanyan Date: Sat, 13 Jul 2019 21:32:32 +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 fef1493..36d2689 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.1.4 Beta" +#define MODULE_VERSION "0.1.5 Beta" #define MODULE_AUTHOR "Inline" #define MODULE_URL "https://github.com/in-line/grip" #define MODULE_LOGTAG "gRIP" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0b8558e..d71a490 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "grip-rust" -version = "0.1.4-beta" +version = "0.1.5-beta" dependencies = [ "bacon_rajan_cc 0.2.4 (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/rust/Cargo.toml b/rust/Cargo.toml index 6aa13cd..6a18736 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grip-rust" -version = "0.1.4-beta" +version = "0.1.5-beta" authors = ["alik"] edition = "2018" build = "src/build.rs"