Skip to content

Commit

Permalink
version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viartemev committed Dec 30, 2020
1 parent f2eaf41 commit dd2136c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'com.viartemev'
version '1.2.0'
version '1.2.1'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -41,7 +41,7 @@ compileTestKotlin {

jar {
archiveBaseName = "ktor-flyway-feature"
archiveVersion = "1.1.0"
archiveVersion = "1.2.1"
}

test {
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit dd2136c

Please sign in to comment.