Skip to content

Commit

Permalink
Publish 18.07.12
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Jul 12, 2018
1 parent 41d0816 commit 131fba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
* Loading JavaCard applets is equally pleasing with **[GlobalPlatformPro](https://github.com/martinpaljak/GlobalPlatformPro)**

## Download & Use
* Download [`ant-javacard.jar`](https://github.com/martinpaljak/ant-javacard/releases/download/18.06.25/ant-javacard.jar) (be sure to get the [latest version](https://github.com/martinpaljak/ant-javacard/releases/latest))
* Download [`ant-javacard.jar`](https://github.com/martinpaljak/ant-javacard/releases/download/18.07.12/ant-javacard.jar) (be sure to get the [latest version](https://github.com/martinpaljak/ant-javacard/releases/latest))
* The **only** supported Java version for all SDK targets is 1.8!
* Or use the download task:
```xml
<get src="https://github.com/martinpaljak/ant-javacard/releases/download/18.06.25/ant-javacard.jar" dest="." skipexisting="true"/>
<get src="https://github.com/martinpaljak/ant-javacard/releases/download/18.07.12/ant-javacard.jar" dest="." skipexisting="true"/>
```
* Then add the following to your `build.xml` file:
```xml
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.martinpaljak</groupId>
<artifactId>ant-javacard</artifactId>
<version>18.06.25</version>
<version>18.07.12</version>
<packaging>jar</packaging>
<description>Easy to use Ant task for building JavaCard applets</description>
<name>ant-javacard</name>
Expand Down

0 comments on commit 131fba2

Please sign in to comment.