Skip to content

Commit 9f5ee2d

Browse files
committed
Remove explicit version from the readme
1 parent 280d44d commit 9f5ee2d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

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

2525
```
2626
// Tabitha API
27-
compile 'com.widen:tabitha-core:0.4.0'
27+
compile 'com.widen:tabitha-core:{version}'
2828
// Support for CSV, TSV, etc
29-
compile 'com.widen:tabitha-delimited:0.4.0'
29+
compile 'com.widen:tabitha-delimited:{version}'
3030
// Support for XLSX and XLS
31-
compile 'com.widen:tabitha-excel:0.4.0'
31+
compile 'com.widen:tabitha-excel:{version}'
32+
// Support for reading line-separated JSON objects
33+
compile 'com.widen:tabitha-json:{version}'
3234
```
3335

3436
Other dependency managers should be similar.

0 commit comments

Comments
 (0)