diff --git a/build.gradle b/build.gradle index a0ceb2b..093c78c 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ defaultTasks 'clean', 'licenseFormat', 'build' // Project information allprojects { group = 'blue.lapis.nocturne' - version = '1.1.4-SNAPSHOT' + version = '1.1.4' sourceCompatibility = '1.8' targetCompatibility = '1.8'