Skip to content

Commit 07ac8a0

Browse files
Артемьев ВячеславАртемьев Вячеслав
authored andcommitted
version 1.0.0
1 parent e5fc237 commit 07ac8a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ buildscript {
99

1010
plugins {
1111
id 'java'
12-
id 'org.jetbrains.kotlin.jvm' version '1.3.41'
12+
id 'org.jetbrains.kotlin.jvm' version '1.3.61'
1313
id 'com.adarshr.test-logger' version '2.0.0'
1414
}
1515

1616
apply plugin: 'com.novoda.bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)
1717

1818
group 'com.viartemev'
19-
version '1.0-SNAPSHOT'
19+
version '1.0.0'
2020

2121
sourceCompatibility = 1.8
2222

@@ -50,7 +50,7 @@ compileTestKotlin {
5050

5151
jar {
5252
archiveBaseName = "ktor-flyway-feature"
53-
archiveVersion = "0.2.0"
53+
archiveVersion = "1.0.0"
5454
}
5555

5656
test {
@@ -62,7 +62,7 @@ publish {
6262
repoName = 'Maven'
6363
groupId = 'com.viartemev'
6464
artifactId = 'ktor-flyway-feature'
65-
publishVersion = '0.2.0'
65+
publishVersion = '1.0.0'
6666
desc = 'Ktor flyway feature'
6767
website = 'https://github.com/viartemev/ktor-flyway-feature'
6868
licences = ['MIT']

0 commit comments

Comments
 (0)