Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zocat64 committed Feb 1, 2020
1 parent 0ddad84 commit 4dabb3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
apply plugin: 'io.spring.dependency-management'

group 'com.github.coleb1911'
version '1.0'
version '1.1'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/coleb1911/ghost2/References.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* A collection of globally accessible, commonly used, unchanging objects and constants.
*/
public class References {
public static final String VERSION_STRING = "1.0";
public static final String VERSION_STRING = "1.1";

private static final PermanentReference<Ghost2Application> APP_INSTANCE = new PermanentReference<>();
private static final PermanentReference<GhostConfig> CONFIG = new PermanentReference<>();
Expand Down

0 comments on commit 4dabb3f

Please sign in to comment.