diff --git a/README.md b/README.md index b94993f..e1ff50a 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ plugiin { } dependencies { - implementation("me.tawsif.hilt:flexible-hilt-core:0.2.1") - ksp("me.tawsif.hilt:flexible-hilt-compiler:0.2.1") + implementation("me.tawsif.hilt:flexible-hilt-core:0.3.0") + ksp("me.tawsif.hilt:flexible-hilt-compiler:0.3.0") } ```