Skip to content

Commit

Permalink
Prepare next snapshot version (1.10.0-SNAPSHOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
LDRAlighieri committed Oct 8, 2023
1 parent e1f449f commit e632ce8
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 @@ -66,7 +66,7 @@ repositories {
}

dependencies {
implementation("ru.ldralighieri.corbind:{module}:1.9.0-SNAPSHOT")
implementation("ru.ldralighieri.corbind:{module}:1.10.0-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

# Maven
GROUP=ru.ldralighieri.corbind
VERSION_NAME=1.9.0
VERSION_NAME=1.10.0-SNAPSHOT

POM_DESCRIPTION=Kotlin Coroutines binding APIs for Android UI widgets from the platform and support libraries.

Expand Down

0 comments on commit e632ce8

Please sign in to comment.