diff --git a/build.gradle b/build.gradle index a5f2bd5..aa65656 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'groovy' apply plugin: 'maven' group = 'com.battlebardgames.parcl' -version = '1.0.2-SNAPSHOT' +version = '1.0.2' configurations { includeInJar }