Skip to content

Commit a760aea

Browse files
docs: update version to 0.1.3 in README
1 parent f6a2931 commit a760aea

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
@@ -67,15 +67,15 @@ JToon is available on Maven Central. Add it to your project using your preferred
6767

6868
```gradle
6969
dependencies {
70-
implementation 'com.felipestanzani:jtoon:0.1.2'
70+
implementation 'com.felipestanzani:jtoon:0.1.3'
7171
}
7272
```
7373

7474
**Gradle (Kotlin DSL):**
7575

7676
```kotlin
7777
dependencies {
78-
implementation("com.felipestanzani:jtoon:0.1.2")
78+
implementation("com.felipestanzani:jtoon:0.1.3")
7979
}
8080
```
8181

@@ -85,7 +85,7 @@ dependencies {
8585
<dependency>
8686
<groupId>com.felipestanzani</groupId>
8787
<artifactId>jtoon</artifactId>
88-
<version>0.1.2</version>
88+
<version>0.1.3</version>
8989
</dependency>
9090
```
9191

0 commit comments

Comments
 (0)