diff --git a/README.md b/README.md index be8f41f..e68ffda 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Or add Paddle as dependency to your existing project. im.mak paddle - 0.1 + 0.2 ``` @@ -56,12 +56,12 @@ Or add Paddle as dependency to your existing project. Groovy DSL: ```groovy -implementation 'im.mak:paddle:0.1' +implementation 'im.mak:paddle:0.2' ``` Kotlin DSL: ```kotlin -compile("im.mak:paddle:0.1") +compile("im.mak:paddle:0.2") ``` ### Simple usage