diff --git a/README.md b/README.md index 885d3eb8..b5651af6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Download a version of the tabula-java's jar, with all dependencies included, tha `tabula-java` provides a command line application: ``` -$ java -jar target/tabula-1.0.2-jar-with-dependencies.jar --help +$ java -jar target/tabula-1.0.5-jar-with-dependencies.jar --help usage: tabula [-a ] [-b ] [-c ] [-f ] [-g] [-h] [-i] [-l] [-n] [-o ] [-p ] [-r] [-s ] [-t] [-u] [-v] @@ -69,7 +69,7 @@ Tabula helps you extract tables from PDFs -v,--version Print version and exit. ``` -It also includes a debugging tool, run `java -cp ./target/tabula-1.0.2-jar-with-dependencies.jar technology.tabula.debug.Debug -h` for the available options. +It also includes a debugging tool, run `java -cp ./target/tabula-1.0.5-jar-with-dependencies.jar technology.tabula.debug.Debug -h` for the available options. You can also integrate `tabula-java` with any JVM language. For Java examples, see the [`tests`](src/test/java/technology/tabula/) folder. diff --git a/pom.xml b/pom.xml index 05865e9a..7cc0473a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 technology.tabula tabula - 1.0.5-SNAPSHOT + 1.0.5 Tabula Extract tables from PDF files http://github.com/tabulapdf/tabula-java