diff --git a/README.md b/README.md index 7769eb2..965f139 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ maven: com.github.mreram showcaseview - 1.2.0 + 1.3.0 ``` gradle: @@ -62,7 +62,7 @@ allprojects { ``` Step 2. Add the dependency ```groovy -implementation 'com.github.mreram:showcaseview:1.2.0' +implementation 'com.github.mreram:showcaseview:1.3.0' ``` ## Change type face ```java diff --git a/showcaseviewlib/build.gradle b/showcaseviewlib/build.gradle index f569b74..2fd9382 100644 --- a/showcaseviewlib/build.gradle +++ b/showcaseviewlib/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 11 targetSdkVersion 30 versionCode 2 - versionName "1.1" + versionName "1.3.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"