Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed May 11, 2022
1 parent b96d4d6 commit 444b0ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Version Release
This Is Latest Release

$version_release = 1.0.1
$version_release = 1.0.2

What's New??

Expand Down Expand Up @@ -79,14 +79,14 @@ allprojects {

dependencies {
// library frogo-ui
implementation 'com.github.frogobox:frogo-ui:1.0.1'
implementation 'com.github.frogobox:frogo-ui:1.0.2'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-ui
implementation("com.github.frogobox:frogo-ui:1.0.1")
implementation("com.github.frogobox:frogo-ui:1.0.2")
}

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 1
const val VERSION_MINOR = 0
const val VERSION_PATCH = 1
const val VERSION_PATCH = 2

// ---------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 444b0ed

Please sign in to comment.