Skip to content

Commit 38fc0ae

Browse files
committed
chore: prepare for release 0.4.0
1 parent 6861515 commit 38fc0ae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add this dependency to your project:
99
Gradle (Kotlin DSL)
1010

1111
```kotlin
12-
implementation("org.jaqpot:kotlin-sdk:0.3.0")
12+
implementation("org.jaqpot:kotlin-sdk:0.4.0")
1313
```
1414

1515
Maven
@@ -18,13 +18,14 @@ Maven
1818
<dependency>
1919
<groupId>org.jaqpot</groupId>
2020
<artifactId>kotlin-sdk</artifactId>
21-
<version>0.3.0</version>
21+
<version>0.4.0</version>
2222
</dependency>
2323
```
2424

2525
## Usage
2626

27-
To use the SDK you'll need to generate the Jaqpot API keys, following the guide [here](https://jaqpot.org/docs/jaqpot-api/authentication/create-an-api-key)
27+
To use the SDK you'll need to generate the Jaqpot API keys, following the
28+
guide [here](https://jaqpot.org/docs/jaqpot-api/authentication/create-an-api-key)
2829

2930
In Java, you can use the generated client like this:
3031

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "org.jaqpot"
14-
version = "0.3.0"
14+
version = "0.4.0"
1515

1616
repositories {
1717
mavenCentral()

0 commit comments

Comments
 (0)