Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 9cd8185

Browse files
committed
Bump version to 0.3.0
1 parent db3eba0 commit 9cd8185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'de.hhu.bsinfo'
11-
version = '0.2.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
11+
version = '0.3.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8
@@ -45,7 +45,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
4545

4646
dependencies {
4747
implementation files(Jvm.current().toolsJar)
48-
implementation 'de.hhu.bsinfo:dxutils:0.5.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
48+
implementation 'de.hhu.bsinfo:dxutils:0.6.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
4949

5050
testCompile group: 'junit', name: 'junit', version: '4.12'
5151
}

0 commit comments

Comments
 (0)