Skip to content

Commit 410bb3c

Browse files
committed
Release v2.0.5
1 parent d0da52d commit 410bb3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
## Version Release
3333
This Is Latest Release
3434

35-
$version_release = 2.0.4
35+
$version_release = 2.0.5
3636

3737
What's New??
3838

@@ -77,20 +77,20 @@ allprojects {
7777

7878
dependencies {
7979
// library frogo-sdk
80-
implementation 'com.github.frogobox:frogo-sdk:2.0.4'
80+
implementation 'com.github.frogobox:frogo-sdk:2.0.5'
8181

8282
// library frogo-sdk for desktop
83-
implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:2.0.4'
83+
implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:2.0.5'
8484
}
8585

8686
#### <Option 2> Kotlin DSL Gradle
8787

8888
dependencies {
8989
// library frogo-sdk
90-
implementation("com.github.frogobox:frogo-sdk:2.0.4")
90+
implementation("com.github.frogobox:frogo-sdk:2.0.5")
9191

9292
// library frogo-sdk for desktop
93-
implementation("com.github.frogobox.frogo-sdk:frogocoresdk:2.0.4")
93+
implementation("com.github.frogobox.frogo-sdk:frogocoresdk:2.0.5")
9494
}
9595

9696
### Step 3. Function from this SDK

buildSrc/src/main/kotlin/ProjectSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object ProjectSetting {
3131

3232
const val VERSION_MAJOR = 2
3333
const val VERSION_MINOR = 0
34-
const val VERSION_PATCH = 4
34+
const val VERSION_PATCH = 5
3535

3636
// ---------------------------------------------------------------------------------------------
3737

0 commit comments

Comments
 (0)