Skip to content

Commit 3fd716a

Browse files
committed
Release v1.1.3
1 parent bcdca41 commit 3fd716a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Repository for testing build from jitpack.io
1919
## Version Release
2020
This Is Latest Release
2121

22-
$version_release = 1.1.2
22+
$version_release = 1.1.3
2323

2424
What's New??
2525

@@ -37,7 +37,7 @@ const val admobVersion = "4.2.5" // https://github.com/amirisback/frogo-admob
3737
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
3838
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification
3939

40-
const val uiVersion = "0.0.1-beta06" // https://github.com/frogobox/frogo-ui
40+
const val uiVersion = "0.0.1-beta07" // https://github.com/frogobox/frogo-ui
4141
const val sdkVersion = "0.0.2-beta01" // https://github.com/frogobox/frogo-sdk
4242
const val animationVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-animation
4343
const val consumeApiVersion = "2.0.4" // https://github.com/frogobox/frogo-consume-api
@@ -60,7 +60,7 @@ repositories {
6060
```kotlin
6161
dependencies {
6262
// library frogo-build-src
63-
implementation("com.github.frogobox:frogo-build-src:1.1.2")
63+
implementation("com.github.frogobox:frogo-build-src:1.1.3")
6464
}
6565
```
6666

buildSrc/src/main/kotlin/ProjectSetting.kt

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

2626
const val VERSION_MAJOR = 1
2727
const val VERSION_MINOR = 1
28-
const val VERSION_PATCH = 2
28+
const val VERSION_PATCH = 3
2929

3030
// -----------------------------------------------------------------------------------------------------------------
3131

src/main/kotlin/Frogo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object Frogo {
1818
const val logVersion = "2.0.9" // https://github.com/amirisback/frogo-log
1919
const val notificationVersion = "1.1.1" // https://github.com/amirisback/frogo-notification
2020

21-
const val uiVersion = "0.0.1-beta06" // https://github.com/frogobox/frogo-ui
21+
const val uiVersion = "0.0.1-beta07" // https://github.com/frogobox/frogo-ui
2222
const val sdkVersion = "0.0.2-beta01" // https://github.com/frogobox/frogo-sdk
2323
const val animationVersion = "0.0.1-beta05" // https://github.com/frogobox/frogo-animation
2424
const val consumeApiVersion = "2.0.4" // https://github.com/frogobox/frogo-consume-api

0 commit comments

Comments
 (0)