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.
1 parent 7c98b7e commit 0762a31Copy full SHA for 0762a31
README.md
@@ -33,11 +33,11 @@ Framework Core
33
<dependency>
34
<groupId>pl.szczurowsky</groupId>
35
<artifactId>loot-table-parse</artifactId>
36
- <version>1.0.2</version>
+ <version>1.0.3</version>
37
</dependency>
38
```
39
```kotlin
40
-implementation("pl.szczurowsky:loot-table-parse:1.0.2")
+implementation("pl.szczurowsky:loot-table-parse:1.0.3")
41
42
43
### Important note!
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "pl.szczurowsky"
7
-version = "1.0.2"
+version = "1.0.3"
8
9
repositories {
10
mavenCentral()
0 commit comments