We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07900b1 commit bea65d0Copy full SHA for bea65d0
1 file changed
README.md
@@ -23,15 +23,15 @@ JToon is available on Maven Central. Add it to your project using your preferred
23
24
```gradle
25
dependencies {
26
- implementation 'dev.toonformat:jtoon:1.0.7'
+ implementation 'dev.toonformat:jtoon:1.0.8'
27
}
28
```
29
30
**Gradle (Kotlin DSL):**
31
32
```kotlin
33
34
- implementation("dev.toonformat:jtoon:1.0.7")
+ implementation("dev.toonformat:jtoon:1.0.8")
35
36
37
@@ -41,7 +41,7 @@ dependencies {
41
<dependency>
42
<groupId>dev.toonformat</groupId>
43
<artifactId>jtoon</artifactId>
44
- <version>1.0.7</version>
+ <version>1.0.8</version>
45
</dependency>
46
47
0 commit comments