Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
shalva97 committed Aug 4, 2024
1 parent cac628c commit ae2f432
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 @@ -47,5 +47,5 @@ repositories {
Add dependency:

```kotlin
implementation("com.github.shalva97:NewValve:1.2")
implementation("com.github.shalva97:NewValve:1.3")
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "io.github.shalva97"
version = "1.2"
version = "1.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit ae2f432

Please sign in to comment.