diff --git a/README.md b/README.md index 3c1b31f..bb3748a 100644 --- a/README.md +++ b/README.md @@ -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.14.0' +implementation 'io.deephaven:deephaven-csv:0.15.0' // Optional dependency for faster double parsing -// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.14.0' +// runtimeOnly 'io.deephaven:deephaven-csv-fast-double-parser:0.15.0' ``` ### Maven @@ -88,14 +88,14 @@ To depend on Deephaven CSV from Maven, add the following dependency(s) to your p io.deephaven deephaven-csv - 0.14.0 + 0.15.0 - + ``` @@ -154,11 +154,11 @@ If you prefer, you can run the benchmarks directly via the JMH jar: ``` ```shell -java -jar build/libs/deephaven-csv-0.14.0-SNAPSHOT-jmh.jar -prof gc -rf JSON +java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON ``` ```shell -java -jar build/libs/deephaven-csv-0.14.0-SNAPSHOT-jmh.jar -prof gc -rf JSON +java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON ``` The JMH jar is the preferred way to run official benchmarks, and provides a common bytecode for sharing the benchmarks diff --git a/gradle.properties b/gradle.properties index dfb204f..e327515 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.15.0-SNAPSHOT +version=0.15.0