diff --git a/cpp/helper/moduleconfig.h b/cpp/helper/moduleconfig.h index f3e41ac..d75e621 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.6 Alpha" +#define MODULE_VERSION "0.0.7 Alpha" #define MODULE_AUTHOR "Inline" #define MODULE_URL "NotSure" #define MODULE_LOGTAG "gRIP" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 7e371b6..019dadd 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "grip-rust" -version = "0.0.6-alpha" +version = "0.0.7-alpha" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "cbindgen 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2499016..aa4ea92 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grip-rust" -version = "0.0.6-alpha" +version = "0.0.7-alpha" authors = ["alik"] edition = "2018" build = "src/build.rs"