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.