Skip to content

Commit

Permalink
Release v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 2, 2024
1 parent cadac38 commit ef396c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Version Release
This Is Latest Release

$version_release = 2.5.2
$version_release = 2.5.3

What's New??

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

dependencies {
// library frogo-consume-api
implementation 'com.github.frogobox:frogo-consume-api:2.5.2'
implementation 'com.github.frogobox:frogo-consume-api:2.5.3'

// library frogo-consume-api for desktop
implementation 'com.github.frogobox.frogo-consume-api:core-api:2.5.2'
implementation 'com.github.frogobox.frogo-consume-api:core-api:2.5.3'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-consume-api
implementation("com.github.frogobox:frogo-consume-api:2.5.2")
implementation("com.github.frogobox:frogo-consume-api:2.5.3")

// library frogo-consume-api for desktop
implementation("com.github.frogobox.frogo-consume-api:core-api:2.5.2")
implementation("com.github.frogobox.frogo-consume-api:core-api:2.5.3")
}


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 @@ -31,7 +31,7 @@ object ProjectSetting {

const val VERSION_MAJOR = 2
const val VERSION_MINOR = 5
const val VERSION_PATCH = 2
const val VERSION_PATCH = 3

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

Expand Down

0 comments on commit ef396c1

Please sign in to comment.