diff --git a/README.md b/README.md index 86fe762..1bca2ee 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Also check out more complicated demos: * [VPN Hotspot](https://github.com/Mygod/VPNHotspot) (how this library started) Use it now! -`be.mygod.librootkotlinx:librootkotlinx:1.0.3` +`be.mygod.librootkotlinx:librootkotlinx:1.0.4+` +(see Releases page for latest version) ## Features diff --git a/lib/gradle.properties b/lib/gradle.properties index 363cbe1..820ad65 100644 --- a/lib/gradle.properties +++ b/lib/gradle.properties @@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true GROUP=be.mygod.librootkotlinx POM_ARTIFACT_ID=librootkotlinx -VERSION_NAME=1.0.3 +VERSION_NAME=1.0.4 POM_NAME=librootkotlinx POM_DESCRIPTION=Run rooted Kotlin JVM code made super easy with coroutines and parcelize!