From 9319206a38dbdb49ee96a64f5cec50c988fcc35d Mon Sep 17 00:00:00 2001 From: StrongJoshua Date: Wed, 30 May 2018 21:25:19 -0700 Subject: [PATCH] 0.8.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"""