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"