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 f6a2931 commit a760aeaCopy full SHA for a760aea
README.md
@@ -67,15 +67,15 @@ JToon is available on Maven Central. Add it to your project using your preferred
67
68
```gradle
69
dependencies {
70
- implementation 'com.felipestanzani:jtoon:0.1.2'
+ implementation 'com.felipestanzani:jtoon:0.1.3'
71
}
72
```
73
74
**Gradle (Kotlin DSL):**
75
76
```kotlin
77
78
- implementation("com.felipestanzani:jtoon:0.1.2")
+ implementation("com.felipestanzani:jtoon:0.1.3")
79
80
81
@@ -85,7 +85,7 @@ dependencies {
85
<dependency>
86
<groupId>com.felipestanzani</groupId>
87
<artifactId>jtoon</artifactId>
88
- <version>0.1.2</version>
+ <version>0.1.3</version>
89
</dependency>
90
91
0 commit comments