Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Mar 30, 2022
1 parent 26f5b22 commit 72b690c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

group = 'io.deephaven'
version = '0.3.0-SNAPSHOT'
version = project.property('version')

description = 'The Deephaven High-Performance CSV Parser'

Expand Down
2 changes: 1 addition & 1 deletion fast-double-parser-8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

group = 'io.deephaven'
archivesBaseName = 'deephaven-csv-fast-double-parser-8'
version = '0.3.0-SNAPSHOT'
version = project.property('version')

description = 'The Deephaven High-Performance CSV Parser - Fast Double extension (Java 8+)'

Expand Down
2 changes: 1 addition & 1 deletion fast-double-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

group = 'io.deephaven'
archivesBaseName = 'deephaven-csv-fast-double-parser'
version = '0.3.0-SNAPSHOT'
version = project.property('version')

description = 'The Deephaven High-Performance CSV Parser - Fast Double extension (Java 11+)'

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=0.3.0

0 comments on commit 72b690c

Please sign in to comment.