Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchomczyk committed Nov 16, 2024
1 parent 5b4295f commit c17ac90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ implementation("dev.shiza:honey:2.0.0")

##### Add repository
```xml
<repositories>
<repository>
<id>shiza-releases</id>
<url>https://repo.shiza.dev/releases</url>
</repository>
</repositories>
<repository>
<id>shiza-releases</id>
<url>https://repo.shiza.dev/releases</url>
</repository>
```

##### Add dependency
Expand Down
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 = "2.0.0-SNAPSHOT"
version = "2.0.0"

java {
withSourcesJar()
Expand Down

0 comments on commit c17ac90

Please sign in to comment.