Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rchomczyk committed Nov 24, 2024
1 parent 2b405dd commit c18dedf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ maven { url 'https://repo.shiza.dev/releases' }
##### Add dependency

```kotlin
implementation("dev.shiza:honey:2.2.0")
implementation("dev.shiza:honey:2.2.1")
```

```groovy
implementation 'dev.shiza:honey:2.2.0'
implementation 'dev.shiza:honey:2.2.1'
```

#### Maven
Expand All @@ -45,7 +45,7 @@ implementation 'dev.shiza:honey:2.2.0'
<dependency>
<groupId>dev.shiza</groupId>
<artifactId>honey</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</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.2.1-SNAPSHOT"
version = "2.2.1"

java {
withSourcesJar()
Expand Down

0 comments on commit c18dedf

Please sign in to comment.