Skip to content

Commit

Permalink
Merge pull request #13 from jegasmlm/master
Browse files Browse the repository at this point in the history
Upgrade to version 1.3.0
  • Loading branch information
jegasmlm authored Dec 11, 2017
2 parents d7036a5 + ecfde75 commit 1de8792
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 @@ -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>1.2.0</version>
<version>1.3.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: '1.2.0'
compile group: 'io.kusanagi', name: 'katana-sdk-java8', version: '1.3.0'
}
```

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 '1.2.0'
version '1.3.0'

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

Expand Down

0 comments on commit 1de8792

Please sign in to comment.