Skip to content

Commit

Permalink
Remove explicit version from the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Apr 29, 2021
1 parent 280d44d commit 9f5ee2d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ With Gradle:

```
// Tabitha API
compile 'com.widen:tabitha-core:0.4.0'
compile 'com.widen:tabitha-core:{version}'
// Support for CSV, TSV, etc
compile 'com.widen:tabitha-delimited:0.4.0'
compile 'com.widen:tabitha-delimited:{version}'
// Support for XLSX and XLS
compile 'com.widen:tabitha-excel:0.4.0'
compile 'com.widen:tabitha-excel:{version}'
// Support for reading line-separated JSON objects
compile 'com.widen:tabitha-json:{version}'
```

Other dependency managers should be similar.
Expand Down

0 comments on commit 9f5ee2d

Please sign in to comment.