From 01a8042bb4e25dfa26b11c7044700d52b4e17996 Mon Sep 17 00:00:00 2001 From: Shiranuit Date: Wed, 27 Apr 2022 16:44:44 +0200 Subject: [PATCH] bump version --- README.md | 16 ++++++++-------- doc/1/getting-started/java/index.md | 6 +++--- doc/1/getting-started/kotlin/index.md | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5e8b3b5b..51b3d953 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ You can then find the jars file in build/libs/ | SDK Version | Ktor Version | Gradle Version | Java Version | | :----------: | :----------: | :------------: | :----------: | -| **< 1.2.4** | **1.5.2** | **6.1** | **JDK-8** | -| **>= 1.2.4** | **1.6.8** | **7.4** | **JDK-11** | +| **< 1.3.0** | **1.5.2** | **6.1** | **JDK-8** | +| **>= 1.3.0** | **1.6.8** | **7.4** | **JDK-11** | | SDK Version | Kuzzle Version | | :----------: | :------------: | -| **< 1.2.4** | **2.x.x** | -| **>= 1.2.4** | **Websocket: 2.x.x**
**HTTP: >=2.18.1** | +| **< 1.3.0** | **2.x.x** | +| **>= 1.3.0** | **Websocket: 2.x.x**
**HTTP: >=2.18.1** | ### Maven @@ -51,7 +51,7 @@ You can then find the jars file in build/libs/ io.kuzzle sdk-jvm - 1.2.4 + 1.3.0 pom ``` @@ -60,19 +60,19 @@ You can then find the jars file in build/libs/ ### Gradle ```groovy -compile 'io.kuzzle:sdk-jvm:1.2.4' +compile 'io.kuzzle:sdk-jvm:1.3.0' ``` For amd64: ```groovy -compile 'io.kuzzle:sdk-jvm:1.2.4' +compile 'io.kuzzle:sdk-jvm:1.3.0' ``` ### Ivy ```html - + ``` diff --git a/doc/1/getting-started/java/index.md b/doc/1/getting-started/java/index.md index 44b137c4..a52e358f 100644 --- a/doc/1/getting-started/java/index.md +++ b/doc/1/getting-started/java/index.md @@ -61,7 +61,7 @@ To build the project, add the following lines: io.kuzzle sdk-jvm - 1.2.4 + 1.3.0 pom ``` @@ -70,14 +70,14 @@ To build the project, add the following lines: ```groovy dependencies { - compile 'io.kuzzle:sdk-jvm:1.2.4' + compile 'io.kuzzle:sdk-jvm:1.3.0' } ``` ### Ivy ```html - + ``` diff --git a/doc/1/getting-started/kotlin/index.md b/doc/1/getting-started/kotlin/index.md index f00c2d72..a1ea5053 100644 --- a/doc/1/getting-started/kotlin/index.md +++ b/doc/1/getting-started/kotlin/index.md @@ -73,7 +73,7 @@ To build the project, add the following lines: io.kuzzle sdk-jvm - 1.2.4 + 1.3.0 pom ``` @@ -82,14 +82,14 @@ To build the project, add the following lines: ```groovy dependencies { - compile 'io.kuzzle:sdk-jvm:1.2.4' + compile 'io.kuzzle:sdk-jvm:1.3.0' } ``` ### Ivy ```html - + ```