From b9d4fab687f602aa69a958bdffaf63eaa046a641 Mon Sep 17 00:00:00 2001 From: capstan Date: Wed, 8 Jan 2020 16:01:38 +0100 Subject: [PATCH] 1.12 (fix version) --- project.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.gradle b/project.gradle index 3f06e26..e7cf1f1 100644 --- a/project.gradle +++ b/project.gradle @@ -21,7 +21,7 @@ * Project-specific settings. Unfortunately we cannot put the name in there! */ group = "com.github.java-json-tools"; -version = "1.12-SNAPSHOT"; +version = "1.12"; sourceCompatibility = JavaVersion.VERSION_1_7; targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility