Skip to content

Commit

Permalink
Bump to version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kosak committed Dec 8, 2023
1 parent 78e582f commit a03f6c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ This project produces two JARs:
To depend on Deephaven CSV from Gradle, add the following dependency(s) to your build.gradle file:

```groovy
implementation 'io.deephaven:deephaven-csv:0.13.0'
implementation 'io.deephaven:deephaven-csv:0.14.0'
// Optional dependency for faster double parsing
// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.13.0'
// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.14.0'
```

### Maven
Expand All @@ -88,14 +88,14 @@ To depend on Deephaven CSV from Maven, add the following dependency(s) to your p
<dependency>
<groupId>io.deephaven</groupId>
<artifactId>deephaven-csv</artifactId>
<version>0.13.0</version>
<version>0.14.0</version>
</dependency>

<!-- Optional dependency for faster double parsing -->
<!--<dependency>-->
<!-- <groupId>io.deephaven</groupId>-->
<!-- <artifactId>deephaven-csv-fast-double-parser</artifactId>-->
<!-- <version>0.13.0</version>-->
<!-- <version>0.14.0</version>-->
<!-- <scope>runtime</scope>-->
<!--</dependency>-->
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.14.0-SNAPSHOT
version=0.14.0

0 comments on commit a03f6c5

Please sign in to comment.