Skip to content

Commit

Permalink
Merge pull request #15 from fcastilloes/master
Browse files Browse the repository at this point in the history
Update version to 2.1.0
  • Loading branch information
fcastilloes authored Jun 1, 2018
2 parents 58ec3ad + 9c1c02b commit 4a794a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand All @@ -33,15 +33,15 @@ If using **Maven**, add the following in your `pom.xml` file:
<dependency>
<groupId>io.kusanagi</groupId>
<artifactId>katana-sdk-java8</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

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'
}
```

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4a794a0

Please sign in to comment.