Skip to content

Commit

Permalink
Merge branch 'hotfix-1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Apr 13, 2017
2 parents 22899c8 + 4b44559 commit bbf68d3
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 @@ -10,7 +10,7 @@ targetCompatibility = 1.8

group = 'me.jamiemansfield.mc'
archivesBaseName = project.name.toLowerCase()
version = '1.0.0'
version = '1.0.1'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
public final class JsonTextSerialiser extends TextSerialiser implements JsonSerializer<Text>, JsonDeserializer<Text> {

private static final Gson GSON = new GsonBuilder()
.registerTypeHierarchyAdapter(Text.class, TextSerialisers.JSON)
.registerTypeHierarchyAdapter(Text.class, new JsonTextSerialiser())
.create();

JsonTextSerialiser() {
Expand Down

0 comments on commit bbf68d3

Please sign in to comment.