Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jun 2, 2022
1 parent c31ef27 commit 6dbe91a
Show file tree
Hide file tree
Showing 3 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 @@ -32,7 +32,7 @@
## Version Release
This Is Latest Release

$version_release = 1.0.9
$version_release = 1.1.0

What's New??

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

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-sdk:1.0.9'
implementation 'com.github.frogobox:frogo-sdk:1.1.0'

// library frogo-sdk for desktop
implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:1.0.9'
implementation 'com.github.frogobox.frogo-sdk:frogocoresdk:1.1.0'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
implementation("com.github.frogobox:frogo-sdk:1.0.9")
implementation("com.github.frogobox:frogo-sdk:1.1.0")

// library frogo-sdk for desktop
implementation("com.github.frogobox.frogo-sdk:frogocoresdk:1.0.9")
implementation("com.github.frogobox.frogo-sdk:frogocoresdk:1.1.0")
}

### Step 3. Function from this SDK
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ repositories {

dependencies{
// library frogo-build-src
implementation("com.github.frogobox:open-build-src:1.1.6")
implementation("com.github.frogobox:open-build-src:1.1.7")
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ object ProjectSetting {
// ---------------------------------------------------------------------------------------------

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

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

Expand Down

0 comments on commit 6dbe91a

Please sign in to comment.