File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ DataGrip](https://www.jetbrains.com/datagrip/) and
1818
1919``` gradle
2020dependencies {
21- implementation 'com.wherobots.jdbc:wherobots-jdbc-driver:0.1.6 '
21+ implementation 'com.wherobots.jdbc:wherobots-jdbc-driver:0.2.0 '
2222}
2323```
2424
@@ -28,7 +28,7 @@ dependencies {
2828<dependency >
2929 <groupId >com.wherobots.jdbc</groupId >
3030 <artifactId >wherobots-jdbc-driver</artifactId >
31- <version >0.1.6 </version >
31+ <version >0.2.0 </version >
3232</dependency >
3333```
3434
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515
1616description = ' JDBC driver for the Wherobots Cloud Spatial SQL API'
1717group = ' com.wherobots.jdbc'
18- version = ' 0.1.6 '
18+ version = ' 0.2.0 '
1919
2020repositories {
2121 mavenCentral()
You can’t perform that action at this time.
0 commit comments