Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shitzuu committed Aug 27, 2024
1 parent 20b4250 commit 871e745
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 @@ -15,11 +15,11 @@ maven("https://repo.shiza.dev/releases")
##### honey-iridium

```kotlin
implementation("dev.shiza:honey-addons-iridium:1.0.3")
implementation("dev.shiza:honey-addons-iridium:1.0.5")
```

##### honey-opel

```kotlin
implementation("dev.shiza:honey-addons-opel:1.0.3")
implementation("dev.shiza:honey-addons-opel:1.0.5")
```
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/honey-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.shiza"
version = "1.0.5-SNAPSHOT"
version = "1.0.5"

java {
withSourcesJar()
Expand Down

0 comments on commit 871e745

Please sign in to comment.