Skip to content

Commit

Permalink
chore(release): release version 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 17, 2023
1 parent 4ec7a0d commit 53a42cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.0 [unreleased]
## 0.3.1 [2023-10-17]

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ Add the latest version of the client to your project:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb3-java</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

### Or when using Gradle

```groovy
dependencies {
implementation "com.influxdb:influxdb3-java:0.3.0"
implementation "com.influxdb:influxdb3-java:0.3.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb3-java</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.3.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>com.influxdb</groupId>
<artifactId>influxdb3-java</artifactId>
<packaging>jar</packaging>
<version>0.4.0-SNAPSHOT</version>
<version>0.3.1-SNAPSHOT</version>

<name>InfluxDB 3 Java Client</name>
<description>
Expand Down

0 comments on commit 53a42cf

Please sign in to comment.