Skip to content

Commit bea65d0

Browse files
docs: update version to 1.0.8 in README
1 parent 07900b1 commit bea65d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

2424
```gradle
2525
dependencies {
26-
implementation 'dev.toonformat:jtoon:1.0.7'
26+
implementation 'dev.toonformat:jtoon:1.0.8'
2727
}
2828
```
2929

3030
**Gradle (Kotlin DSL):**
3131

3232
```kotlin
3333
dependencies {
34-
implementation("dev.toonformat:jtoon:1.0.7")
34+
implementation("dev.toonformat:jtoon:1.0.8")
3535
}
3636
```
3737

@@ -41,7 +41,7 @@ dependencies {
4141
<dependency>
4242
<groupId>dev.toonformat</groupId>
4343
<artifactId>jtoon</artifactId>
44-
<version>1.0.7</version>
44+
<version>1.0.8</version>
4545
</dependency>
4646
```
4747

0 commit comments

Comments
 (0)