Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shitzuu committed Sep 1, 2024
1 parent e7e314b commit 8dc28f4
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 @@ -17,5 +17,5 @@ maven("https://repo.shiza.dev/releases")
##### Add dependency

```kotlin
implementation("dev.shiza:bulbasaur:1.2.2")
implementation("dev.shiza:bulbasaur:1.2.4")
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

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

repositories {
mavenCentral()
Expand Down

0 comments on commit 8dc28f4

Please sign in to comment.