From 131fba25d81f357f79f61675fa266a733f6c1412 Mon Sep 17 00:00:00 2001 From: Martin Paljak Date: Thu, 12 Jul 2018 21:16:12 +0300 Subject: [PATCH] Publish 18.07.12 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e039d2..6c8bac2 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` * Then add the following to your `build.xml` file: ```xml diff --git a/pom.xml b/pom.xml index 55a28e6..aa6838e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.martinpaljak ant-javacard - 18.06.25 + 18.07.12 jar Easy to use Ant task for building JavaCard applets ant-javacard