Bunmped version to 1.4

master
nathan 2019-01-12 00:25:34 +01:00
parent 72449582e5
commit 05151d9e58
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ plugins {
kotlin("jvm") version "1.3.11"
}
println("Gradle ${project.gradle.gradleVersion}")
// load properties from custom location
@ -51,7 +50,7 @@ object Extras {
// set for the project
const val description = "License definitions and legal management plugin for the Gradle build system"
const val group = "com.dorkbox"
const val version = "1.3"
const val version = "1.4"
// set as project.ext
const val name = "Gradle Licensing Plugin"