diff --git a/build.gradle b/build.gradle index 693f10c..2a713e8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,14 +9,14 @@ buildscript { plugins { id 'java' - id 'org.jetbrains.kotlin.jvm' version '1.3.41' + id 'org.jetbrains.kotlin.jvm' version '1.3.61' id 'com.adarshr.test-logger' version '2.0.0' } apply plugin: 'com.novoda.bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library) group 'com.viartemev' -version '1.0-SNAPSHOT' +version '1.0.0' sourceCompatibility = 1.8 @@ -50,7 +50,7 @@ compileTestKotlin { jar { archiveBaseName = "ktor-flyway-feature" - archiveVersion = "0.2.0" + archiveVersion = "1.0.0" } test { @@ -62,7 +62,7 @@ publish { repoName = 'Maven' groupId = 'com.viartemev' artifactId = 'ktor-flyway-feature' - publishVersion = '0.2.0' + publishVersion = '1.0.0' desc = 'Ktor flyway feature' website = 'https://github.com/viartemev/ktor-flyway-feature' licences = ['MIT']