From 07ac8a09996cb104b5513874f1f2b8295da57898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=D1=8C=D0=B5=D0=B2=20=D0=92?= =?UTF-8?q?=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Thu, 19 Dec 2019 17:11:19 +0300 Subject: [PATCH] version 1.0.0 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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']