Skip to content

Commit 0762a31

Browse files
authored
feat: update version in readme.md (#19) (#23)
1 parent 7c98b7e commit 0762a31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Framework Core
3333
<dependency>
3434
<groupId>pl.szczurowsky</groupId>
3535
<artifactId>loot-table-parse</artifactId>
36-
<version>1.0.2</version>
36+
<version>1.0.3</version>
3737
</dependency>
3838
```
3939
```kotlin
40-
implementation("pl.szczurowsky:loot-table-parse:1.0.2")
40+
implementation("pl.szczurowsky:loot-table-parse:1.0.3")
4141
```
4242

4343
### Important note!

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "pl.szczurowsky"
7-
version = "1.0.2"
7+
version = "1.0.3"
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)