diff --git a/README.md b/README.md index 0b70f3e..41e1629 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ repositories { } dependencies { - "blue.endless:jankson:1.1.0" + "blue.endless:jankson:1.2.1" } ``` diff --git a/build.gradle b/build.gradle index 23d35a3..8c051b2 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ apply plugin: "signing"; group = "blue.endless"; archivesBaseName = "Jankson"; -version = "1.2.0"; +version = "1.2.1"; sourceCompatibility = 1.8; targetCompatibility = 1.8;