From e605105d82be5d2bb68fcbc77a9b66d301933592 Mon Sep 17 00:00:00 2001 From: Muhammad Faisal Amir Date: Sat, 30 Apr 2022 19:14:44 +0700 Subject: [PATCH] Release v1.0.1 --- README.md | 6 +++--- buildSrc/build.gradle.kts | 2 +- buildSrc/src/main/kotlin/ProjectSetting.kt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c71432d..557d7b2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## Version Release This Is Latest Release - $version_release = 1.0.0 + $version_release = 1.0.1 What's New?? @@ -79,14 +79,14 @@ allprojects { dependencies { // library frogo-ui - implementation 'com.github.frogobox:frogo-ui:1.0.0' + implementation 'com.github.frogobox:frogo-ui:1.0.1' } ####