Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Oct 4, 2018
1 parent 4de5826 commit b19a652
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ With Gradle:

```
// Tabitha API
compile 'com.widen:tabitha-core:0.3'
compile 'com.widen:tabitha-core:0.4.0'
// Support for CSV, TSV, etc
compile 'com.widen:tabitha-delimited:0.3'
compile 'com.widen:tabitha-delimited:0.4.0'
// Support for XLSX and XLS
compile 'com.widen:tabitha-excel:0.3'
compile 'com.widen:tabitha-excel:0.4.0'
```

Other dependency managers should be similar.
Expand Down
2 changes: 2 additions & 0 deletions tabitha-delimited/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description = 'Tabitha support for delimiter-based formats'

dependencies {
compile project(':tabitha-core')
compile 'com.opencsv:opencsv:3.8'
Expand Down
2 changes: 2 additions & 0 deletions tabitha-excel/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description = 'Tabitha support for Excel formats'

dependencies {
compile project(':tabitha-core')
compile 'org.apache.poi:ooxml-schemas:1.3'
Expand Down

0 comments on commit b19a652

Please sign in to comment.