Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 77d5623

Browse files
committed
Set version to 0.0.19
1 parent b68a9eb commit 77d5623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
plugins {
1414
id "java"
1515
id 'org.jetbrains.kotlin.jvm' version "1.2.50"
16-
id "com.jfrog.bintray" version "1.7"
16+
id "com.jfrog.bintray" version "1.8.1"
1717
}
1818

1919
apply plugin: "maven-publish"
@@ -28,7 +28,7 @@ compileTestKotlin {
2828
}
2929

3030
group 'de.debuglevel.sparkmicroserviceutils'
31-
version '0.0.18'
31+
version '0.0.19'
3232

3333
sourceCompatibility = 1.8
3434

0 commit comments

Comments
 (0)