Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Sep 23, 2020
1 parent 24dfe88 commit 4503fef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

jar.archiveName = project.name + '.jar'
// Add SNAPSHOT to make this publish as a beta.
version '1.1.2.8-SNAPSHOT'
version '1.1.3'

sourceCompatibility = 1.8

Expand Down
1 change: 0 additions & 1 deletion src/test/java/com/sitrica/japson/GeneralTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public JsonObject toJson() {
assertEquals(returned, value);
assertNotNull(second);
assertEquals(second, value2);
ServerTest.japson.shutdown();
}

}

0 comments on commit 4503fef

Please sign in to comment.