diff --git a/README.md b/README.md index 0b8456e..ec8f28a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you are in the [contributors](https://github.com/StrongJoshua/libgdx-inGameCo Versions ======== Latest Stable: **0.9.0** -Latest Snapshot: +Latest Snapshot: **1.0.0-SNAPSHOT** ### How the Numbers Work #### First Digit This digit goes up whenever I feel that the project has reached a milestone and/or no longer resembles the first version in it's current digit (e.g.: 0.13.3 is completely different from 0.1.0). diff --git a/build.gradle b/build.gradle index abe953e..c552f5b 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven' apply plugin: 'signing' group = 'com.strongjoshua' -version = '0.9.0' +version = '1.0.0-SNAPSHOT' description = """LibGdx In-Game Console"""