Skip to content

Commit b7f2578

Browse files
committed
chore: bump version to 0.2.0
1 parent b59be42 commit b7f2578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DataGrip](https://www.jetbrains.com/datagrip/) and
1818

1919
```gradle
2020
dependencies {
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

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515

1616
description = 'JDBC driver for the Wherobots Cloud Spatial SQL API'
1717
group = 'com.wherobots.jdbc'
18-
version = '0.1.6'
18+
version = '0.2.0'
1919

2020
repositories {
2121
mavenCentral()

0 commit comments

Comments
 (0)