Skip to content

Commit

Permalink
Snapshot 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rchomczyk committed Nov 14, 2024
1 parent c99cb3b commit 35e1aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ maven("https://repo.shiza.dev/releases")
##### Add dependency

```kotlin
implementation("dev.shiza:dew:1.2.2")
implementation("dev.shiza:dew:1.3.0")
```
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dew-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.3.0"
version = "1.3.1-SNAPSHOT"

java {
withSourcesJar()
Expand Down

0 comments on commit 35e1aa7

Please sign in to comment.