Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed May 17, 2020
1 parent e539d6b commit dcab551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you are using Maven, you can add JavaDBF to your project using this dependenc
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>javadbf</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
</dependency>
```

Expand Down Expand Up @@ -450,10 +450,10 @@ Clone the repository or download de tar file from releases page on github, then

git clone https://github.com/albfernandez/javadbf.git
cd javadbf
git checkout tags/v.1.11.0
git checkout tags/v.1.11.1
mvn clean package

The result file is ``target/javadbf-1.11.0.jar``
The result file is ``target/javadbf-1.11.1.jar``



Expand Down

0 comments on commit dcab551

Please sign in to comment.