Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Артемьев Вячеслав authored and Артемьев Вячеслав committed Dec 19, 2019
1 parent e5fc237 commit 07ac8a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

jar {
archiveBaseName = "ktor-flyway-feature"
archiveVersion = "0.2.0"
archiveVersion = "1.0.0"
}

test {
Expand All @@ -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']
Expand Down

0 comments on commit 07ac8a0

Please sign in to comment.