Skip to content

Commit 943d4e5

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 6498bd0 + 8bb4c09 commit 943d4e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ JToon is available on Maven Central. Add it to your project using your preferred
6464

6565
```gradle
6666
dependencies {
67-
implementation 'com.felipestanzani:jtoon:0.1.0'
67+
implementation 'com.felipestanzani:jtoon:0.1.1'
6868
}
6969
```
7070

7171
**Gradle (Kotlin DSL):**
7272

7373
```kotlin
7474
dependencies {
75-
implementation("com.felipestanzani:jtoon:0.1.0")
75+
implementation("com.felipestanzani:jtoon:0.1.1")
7676
}
7777
```
7878

@@ -82,7 +82,7 @@ dependencies {
8282
<dependency>
8383
<groupId>com.felipestanzani</groupId>
8484
<artifactId>jtoon</artifactId>
85-
<version>0.1.0</version>
85+
<version>0.1.1</version>
8686
</dependency>
8787
```
8888

0 commit comments

Comments
 (0)