From 9c1c02bb2d7950807100250a997485c2fa6610fa Mon Sep 17 00:00:00 2001 From: Fernando Castillo Date: Fri, 1 Jun 2018 11:03:02 +0200 Subject: [PATCH] Update version to 2.1.0 --- README.md | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a33f52..b17105b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Java SDK to interface with the **KATANA**™ framework (https://kusanagi.io). Requirements ------------ -* KATANA Framework 1.2 +* KATANA Framework 2.1 * [JDK](http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html) 1.8 * [libzmq](http://zeromq.org/intro:get-the-software) 4.1.5+ @@ -33,7 +33,7 @@ If using **Maven**, add the following in your `pom.xml` file: io.kusanagi katana-sdk-java8 - 2.0.0 + 2.1.0 ``` @@ -41,7 +41,7 @@ Or, if using **Gradle**, add the following in your `build.gradle` file: ```gradle dependencies { - compile group: 'io.kusanagi', name: 'katana-sdk-java8', version: '2.0.0' + compile group: 'io.kusanagi', name: 'katana-sdk-java8', version: '2.1.0' } ``` @@ -252,7 +252,7 @@ Please also be sure to review our [community guidelines](https://app.kusanagi.io License ------- -Copyright 2016-2017 KUSANAGI S.L. (https://kusanagi.io). All rights reserved. +Copyright 2016-2018 KUSANAGI S.L. (https://kusanagi.io). All rights reserved. KUSANAGI, the sword logo, KATANA and the "K" logo are trademarks and/or registered trademarks of KUSANAGI S.L. All other trademarks are property of their respective owners. diff --git a/build.gradle b/build.gradle index 2d3c17f..abfc5a4 100755 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'signing' group 'io.kusanagi' archivesBaseName = "katana-sdk-java8" -version '2.0.0' +version '2.1.0' mainClassName = 'io.kusanagi.katana.api.component.Component'