Skip to content

Commit b19a652

Browse files
committed
Prepare for 0.4.0 release
1 parent 4de5826 commit b19a652

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ With Gradle:
2424

2525
```
2626
// Tabitha API
27-
compile 'com.widen:tabitha-core:0.3'
27+
compile 'com.widen:tabitha-core:0.4.0'
2828
// Support for CSV, TSV, etc
29-
compile 'com.widen:tabitha-delimited:0.3'
29+
compile 'com.widen:tabitha-delimited:0.4.0'
3030
// Support for XLSX and XLS
31-
compile 'com.widen:tabitha-excel:0.3'
31+
compile 'com.widen:tabitha-excel:0.4.0'
3232
```
3333

3434
Other dependency managers should be similar.

tabitha-delimited/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'Tabitha support for delimiter-based formats'
2+
13
dependencies {
24
compile project(':tabitha-core')
35
compile 'com.opencsv:opencsv:3.8'

tabitha-excel/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
description = 'Tabitha support for Excel formats'
2+
13
dependencies {
24
compile project(':tabitha-core')
35
compile 'org.apache.poi:ooxml-schemas:1.3'

0 commit comments

Comments
 (0)