Skip to content

Commit 148d9ff

Browse files
Update build.gradle
1 parent 9d40498 commit 148d9ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Manifest-Version: 2.0.1
1+
Manifest-Version: 2.0.2
22
Specification-Vendor: INDIForJava
33
Name: org/indilib/i4j/client
44
Specification-Title: INDIForJava-client
5-
Specification-Version: 2.0.1
5+
Specification-Version: 2.0.2

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ targetCompatibility = 1.8
1616

1717
group 'org.indilib.i4j'
1818
description = 'INDIForJava-client'
19-
version '2.0.1'
19+
version '2.0.2'
2020

2121
dependencies {
22-
api 'com.github.INDIForJava:INDIForJava-driver:2.0.0'
22+
api 'com.github.INDIForJava:INDIForJava-driver:22ce57eac6'
2323
}
2424

2525
jar {

0 commit comments

Comments
 (0)