Skip to content

Commit 87c4b97

Browse files
committed
1.12 version commit. Added ability for cloning DBF file.
1 parent b70c218 commit 87c4b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Engine is very small and fast.
1212
API for reading is made as iterator, API for writing is made in manner as JDBC statement. It is allows to write compact Java code.
1313

1414
Also, you can look inside your dbf file by invoking it through command line:
15-
java -jar dbfEngine_bin-1.11.jar your.dbf
15+
java -jar dbfEngine-1.12.jar your.dbf
1616

1717
The result of parsing dbf header and content will be saved into text file.
1818

0 commit comments

Comments
 (0)