Skip to content

Commit 20e3c2e

Browse files
committed
prepare release 1.0.5
1 parent a3bba8b commit 20e3c2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Download a version of the tabula-java's jar, with all dependencies included, tha
1414
`tabula-java` provides a command line application:
1515

1616
```
17-
$ java -jar target/tabula-1.0.2-jar-with-dependencies.jar --help
17+
$ java -jar target/tabula-1.0.5-jar-with-dependencies.jar --help
1818
usage: tabula [-a <AREA>] [-b <DIRECTORY>] [-c <COLUMNS>] [-f <FORMAT>]
1919
[-g] [-h] [-i] [-l] [-n] [-o <OUTFILE>] [-p <PAGES>] [-r] [-s
2020
<PASSWORD>] [-t] [-u] [-v]
@@ -69,7 +69,7 @@ Tabula helps you extract tables from PDFs
6969
-v,--version Print version and exit.
7070
```
7171

72-
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.
72+
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.
7373

7474
You can also integrate `tabula-java` with any JVM language. For Java examples, see the [`tests`](src/test/java/technology/tabula/) folder.
7575

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>technology.tabula</groupId>
44
<artifactId>tabula</artifactId>
5-
<version>1.0.5-SNAPSHOT</version>
5+
<version>1.0.5</version>
66
<name>Tabula</name>
77
<description>Extract tables from PDF files</description>
88
<url>http://github.com/tabulapdf/tabula-java</url>

0 commit comments

Comments
 (0)