Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Oct 29, 2023
1 parent 0fd7c81 commit 3dea6bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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.1.8
$version_release = 2.0.0

What's New??

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

dependencies {
// library frogo-ui
implementation 'com.github.frogobox:frogo-ui:1.1.8'
implementation 'com.github.frogobox:frogo-ui:2.0.0'

// library frogo-ui for desktop
implementation 'com.github.frogobox.frogo-ui:core-ui:1.1.8'
implementation 'com.github.frogobox.frogo-ui:core-ui:2.0.0'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-ui
implementation("com.github.frogobox:frogo-ui:1.1.8")
implementation("com.github.frogobox:frogo-ui:2.0.0")

// library frogo-ui for desktop
implementation("com.github.frogobox.frogo-ui:core-ui:1.1.8")
implementation("com.github.frogobox.frogo-ui:core-ui:2.0.0")
}

## Documentation
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ object ProjectSetting {

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

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

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

Expand Down

0 comments on commit 3dea6bc

Please sign in to comment.