Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Apr 11, 2022
1 parent 69b017c commit 40600bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = 0.0.3
$version_release = 1.0.0

What's New??

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

dependencies {
// library frogo-sdk
implementation 'com.github.frogobox:frogo-sdk:0.0.3'
implementation 'com.github.frogobox:frogo-sdk:1.0.0'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-sdk
implementation("com.github.frogobox:frogo-sdk:0.0.3")
implementation("com.github.frogobox:frogo-sdk:1.0.0")
}

### Step 3. Function from this SDK
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProjectSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ object ProjectSetting {

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

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

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

Expand Down

0 comments on commit 40600bb

Please sign in to comment.