Skip to content

Commit

Permalink
bump SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiranuit committed May 17, 2022
1 parent 7243c67 commit 1ba29be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

val artifactName = "sdk-jvm"
val artifactGroup = "io.kuzzle"
val artifactVersion = "1.3.0"
val artifactVersion = "1.3.1"

val pomUrl = "https://github.com/kuzzleio/sdk-jvm"
val pomScmUrl = "https://github.com/kuzzleio/sdk-jvm"
Expand Down
6 changes: 3 additions & 3 deletions doc/1/getting-started/java/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To build the project, add the following lines:
<dependency>
<groupId>io.kuzzle</groupId>
<artifactId>sdk-jvm</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<type>pom</type>
</dependency>
```
Expand All @@ -70,14 +70,14 @@ To build the project, add the following lines:

```groovy
dependencies {
compile 'io.kuzzle:sdk-jvm:1.3.0'
compile 'io.kuzzle:sdk-jvm:1.3.1'
}
```

### Ivy

```html
<dependency org='io.kuzzle' name='sdk-jvm' rev='1.3.0'>
<dependency org='io.kuzzle' name='sdk-jvm' rev='1.3.1'>
<artifact name='sdk-jvm' ext='pom' ></artifact>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions doc/1/getting-started/kotlin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To build the project, add the following lines:
<dependency>
<groupId>io.kuzzle</groupId>
<artifactId>sdk-jvm</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<type>pom</type>
</dependency>
```
Expand All @@ -82,14 +82,14 @@ To build the project, add the following lines:

```groovy
dependencies {
compile 'io.kuzzle:sdk-jvm:1.3.0'
compile 'io.kuzzle:sdk-jvm:1.3.1'
}
```

### Ivy

```html
<dependency org='io.kuzzle' name='sdk-jvm' rev='1.3.0'>
<dependency org='io.kuzzle' name='sdk-jvm' rev='1.3.1'>
<artifact name='sdk-jvm' ext='pom' ></artifact>
</dependency>
```
Expand Down

0 comments on commit 1ba29be

Please sign in to comment.