Skip to content

Commit

Permalink
Release vRC-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jan 3, 2025
1 parent 3e2b2e6 commit b0929e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

This Is Latest Release

$version_release = 1.0.0
$version_release = 1.0.1

What's New??

Expand Down Expand Up @@ -55,7 +55,7 @@ allprojects {
```groovy
dependencies {
// library deltadox-android
implementation 'com.github.deltadox:deltadox-android:1.0.0'
implementation 'com.github.deltadox:deltadox-android:1.0.1'
}
```

Expand All @@ -64,14 +64,14 @@ dependencies {
```groovy
dependencies {
// library deltadox-android
implementation("com.github.deltadox:deltadox-android:1.0.0")
implementation("com.github.deltadox:deltadox-android:1.0.1")
}
```

#### <Option 3> libs.versions.toml
```yml
[versions]
deltadoxAndroid = "1.0.0"
deltadoxAndroid = "1.0.1"

[libraries]
deltadox-android = { group = "com.github.deltadox", name = "deltadox-android", version.ref = "deltadoxAndroid" }
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 @@ -56,7 +56,7 @@ object ProjectSetting {

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

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

Expand Down

0 comments on commit b0929e6

Please sign in to comment.