From 1dcdae411c8b2ec6fe5b0c9f7d28a830b365b9c0 Mon Sep 17 00:00:00 2001 From: mreram Date: Wed, 17 Aug 2022 03:33:20 +0430 Subject: [PATCH] Bump version --- README.md | 4 ++-- showcaseviewlib/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0680db3..c781bc5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ maven: com.github.mreram showcaseview - 1.4.0 + 1.4.1 ``` gradle: @@ -61,7 +61,7 @@ allprojects { ``` Step 2. Add the dependency ```groovy -implementation 'com.github.mreram:showcaseview:1.4.0' +implementation 'com.github.mreram:showcaseview:1.4.1' ``` ## Change type face ```java diff --git a/showcaseviewlib/build.gradle b/showcaseviewlib/build.gradle index 90d5b75..a01fb68 100644 --- a/showcaseviewlib/build.gradle +++ b/showcaseviewlib/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 11 targetSdkVersion 30 versionCode 3 - versionName "1.4.0" + versionName "1.4.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"