Skip to content

Commit c17ac90

Browse files
committed
Release 2.0.0
1 parent 5b4295f commit c17ac90

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ implementation("dev.shiza:honey:2.0.0")
2626

2727
##### Add repository
2828
```xml
29-
<repositories>
30-
<repository>
31-
<id>shiza-releases</id>
32-
<url>https://repo.shiza.dev/releases</url>
33-
</repository>
34-
</repositories>
29+
<repository>
30+
<id>shiza-releases</id>
31+
<url>https://repo.shiza.dev/releases</url>
32+
</repository>
3533
```
3634

3735
##### Add dependency

buildSrc/src/main/kotlin/honey-publish.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 = "dev.shiza"
7-
version = "2.0.0-SNAPSHOT"
7+
version = "2.0.0"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)