diff --git a/README.md b/README.md index 5a63131..b93a25f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## Version Release This Is Latest Release - $version_release = 2.0.1 + $version_release = 2.0.2 What's New?? @@ -79,20 +79,20 @@ allprojects { dependencies { // library frogo-ui - implementation 'com.github.frogobox:frogo-ui:2.0.1' + implementation 'com.github.frogobox:frogo-ui:2.0.2' // library frogo-ui for desktop - implementation 'com.github.frogobox.frogo-ui:core-ui:2.0.1' + implementation 'com.github.frogobox.frogo-ui:core-ui:2.0.2' } ####