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.
2 parents 6498bd0 + 8bb4c09 commit 943d4e5Copy full SHA for 943d4e5
README.md
@@ -64,15 +64,15 @@ JToon is available on Maven Central. Add it to your project using your preferred
64
65
```gradle
66
dependencies {
67
- implementation 'com.felipestanzani:jtoon:0.1.0'
+ implementation 'com.felipestanzani:jtoon:0.1.1'
68
}
69
```
70
71
**Gradle (Kotlin DSL):**
72
73
```kotlin
74
75
- implementation("com.felipestanzani:jtoon:0.1.0")
+ implementation("com.felipestanzani:jtoon:0.1.1")
76
77
78
@@ -82,7 +82,7 @@ dependencies {
82
<dependency>
83
<groupId>com.felipestanzani</groupId>
84
<artifactId>jtoon</artifactId>
85
- <version>0.1.0</version>
+ <version>0.1.1</version>
86
</dependency>
87
88
0 commit comments