Skip to content

Commit

Permalink
chore: release 1.0.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szczurowsky authored Nov 25, 2023
1 parent 2fb0d0b commit 1a45d06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Framework Core
<dependency>
<groupId>pl.szczurowsky</groupId>
<artifactId>loot-table-parse</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</dependency>
```
```kotlin
implementation("pl.szczurowsky:loot-table-parse:1.0")
implementation("pl.szczurowsky:loot-table-parse:1.0.1")
```

### Important note!
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "pl.szczurowsky"
version = "1.0"
version = "1.0.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1a45d06

Please sign in to comment.