diff --git a/build.gradle b/build.gradle index 54d1a42..1f1964b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 group = 'com.battlebardgames.parcl' -version = '1.0.5-SNAPSHOT' +version = '1.0.5' configurations { includeInJar }