Skip to content

Commit 31c32b0

Browse files
Fixes versioning information
1 parent 966197d commit 31c32b0

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

2222
```gradle
2323
dependencies {
24-
implementation 'dev.toonformat:jtoon:1.0.5'
24+
implementation 'dev.toonformat:jtoon:0.1.5'
2525
}
2626
```
2727

2828
**Gradle (Kotlin DSL):**
2929

3030
```kotlin
3131
dependencies {
32-
implementation("dev.toonformat:jtoon:1.0.5")
32+
implementation("dev.toonformat:jtoon:0.1.5")
3333
}
3434
```
3535

@@ -39,7 +39,7 @@ dependencies {
3939
<dependency>
4040
<groupId>dev.toonformat</groupId>
4141
<artifactId>jtoon</artifactId>
42-
<version>1.0.5</version>
42+
<version>0.1.5</version>
4343
</dependency>
4444
```
4545

0 commit comments

Comments
 (0)