We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966197d commit 31c32b0Copy full SHA for 31c32b0
README.md
@@ -21,15 +21,15 @@ JToon is available on Maven Central. Add it to your project using your preferred
21
22
```gradle
23
dependencies {
24
- implementation 'dev.toonformat:jtoon:1.0.5'
+ implementation 'dev.toonformat:jtoon:0.1.5'
25
}
26
```
27
28
**Gradle (Kotlin DSL):**
29
30
```kotlin
31
32
- implementation("dev.toonformat:jtoon:1.0.5")
+ implementation("dev.toonformat:jtoon:0.1.5")
33
34
35
@@ -39,7 +39,7 @@ dependencies {
39
<dependency>
40
<groupId>dev.toonformat</groupId>
41
<artifactId>jtoon</artifactId>
42
- <version>1.0.5</version>
+ <version>0.1.5</version>
43
</dependency>
44
45
0 commit comments