bump version

This commit is contained in:
Parker TenBroeck 2026-05-13 09:06:39 -04:00
parent 3c59263a55
commit a733ac3d44
3 changed files with 2 additions and 7 deletions

View file

@ -47,7 +47,7 @@ sourceControl {
}
// build.gradle.kts
implementation("com.parkertenbroeck.coroutines:lib:0.1.0")
implementation("com.parkertenbroeck.coroutines:lib:0.1.1")
```
This library requires the application be ran with a custom class loader, there is a utility provided to make this easier.

View file

@ -1,4 +1,4 @@
version = "0.1.0"
version = "0.1.1"
group = "com.parkertenbroeck.coroutines"
plugins {

View file

@ -1,7 +1,2 @@
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
}
rootProject.name = "coroutines"
include("lib", "app")