Skip to content

Commit 4a794a0

Browse files
authored
Merge pull request #15 from fcastilloes/master
Update version to 2.1.0
2 parents 58ec3ad + 9c1c02b commit 4a794a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Java SDK to interface with the **KATANA**™ framework (https://kusanagi.io).
1010
Requirements
1111
------------
1212

13-
* KATANA Framework 1.2
13+
* KATANA Framework 2.1
1414
* [JDK](http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html) 1.8
1515
* [libzmq](http://zeromq.org/intro:get-the-software) 4.1.5+
1616

@@ -33,15 +33,15 @@ If using **Maven**, add the following in your `pom.xml` file:
3333
<dependency>
3434
<groupId>io.kusanagi</groupId>
3535
<artifactId>katana-sdk-java8</artifactId>
36-
<version>2.0.0</version>
36+
<version>2.1.0</version>
3737
</dependency>
3838
```
3939

4040
Or, if using **Gradle**, add the following in your `build.gradle` file:
4141

4242
```gradle
4343
dependencies {
44-
compile group: 'io.kusanagi', name: 'katana-sdk-java8', version: '2.0.0'
44+
compile group: 'io.kusanagi', name: 'katana-sdk-java8', version: '2.1.0'
4545
}
4646
```
4747

@@ -252,7 +252,7 @@ Please also be sure to review our [community guidelines](https://app.kusanagi.io
252252
License
253253
-------
254254

255-
Copyright 2016-2017 KUSANAGI S.L. (https://kusanagi.io). All rights reserved.
255+
Copyright 2016-2018 KUSANAGI S.L. (https://kusanagi.io). All rights reserved.
256256

257257
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.
258258

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'signing'
2020

2121
group 'io.kusanagi'
2222
archivesBaseName = "katana-sdk-java8"
23-
version '2.0.0'
23+
version '2.1.0'
2424

2525
mainClassName = 'io.kusanagi.katana.api.component.Component'
2626

0 commit comments

Comments
 (0)