From b0929e6782e7eb80a642b57a7adc9027660d9911 Mon Sep 17 00:00:00 2001 From: amirisback Date: Fri, 3 Jan 2025 14:59:20 +0700 Subject: [PATCH] Release vRC-1.0.1 --- README.md | 8 ++++---- buildSrc/src/main/kotlin/ProjectSetting.kt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca13f62..c35d031 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This Is Latest Release - $version_release = 1.0.0 + $version_release = 1.0.1 What's New?? @@ -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' } ``` @@ -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") } ``` ####