diff --git a/README.md b/README.md index 81e6cf4..0d53266 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you are in the [contributors](https://github.com/StrongJoshua/libgdx-inGameCo Versions ======== -Latest Stable: **0.8.0** +Latest Stable: **0.8.1** Latest Snapshot: ### How the Numbers Work #### First Digit diff --git a/build.gradle b/build.gradle index dddaedc..c27021b 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven' apply plugin: 'signing' group = 'com.strongjoshua' -version = '0.8.0' +version = '0.8.1' description = """LibGdx In-Game Console"""