From dd2136cf563e295ab956c56c9ebacb1814925418 Mon Sep 17 00:00:00 2001 From: Vyacheslav Artemyev Date: Thu, 31 Dec 2020 00:26:02 +0300 Subject: [PATCH] version 1.2.1 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a1104f0..809ce18 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group 'com.viartemev' -version '1.2.0' +version '1.2.1' sourceCompatibility = 1.8 @@ -41,7 +41,7 @@ compileTestKotlin { jar { archiveBaseName = "ktor-flyway-feature" - archiveVersion = "1.1.0" + archiveVersion = "1.2.1" } test { @@ -75,7 +75,7 @@ publishing { artifact sourcesJar groupId 'com.viartemev' artifactId 'ktor-flyway-feature' - version '1.2.0' + version '1.2.1' pom.withXml { def root = asNode()