Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line committed Jan 19, 2019
1 parent d6a21c4 commit e8683e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/helper/moduleconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grip-rust"
version = "0.0.2-alpha"
version = "0.0.3-alpha"
authors = ["alik"]
edition = "2018"

Expand Down

0 comments on commit e8683e5

Please sign in to comment.