Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 1dcdae4

Browse files
committed
Bump version
1 parent 63c9a04 commit 1dcdae4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ maven:
4545
<dependency>
4646
<groupId>com.github.mreram</groupId>
4747
<artifactId>showcaseview</artifactId>
48-
<version>1.4.0</version>
48+
<version>1.4.1</version>
4949
</dependency>
5050
```
5151
gradle:
@@ -61,7 +61,7 @@ allprojects {
6161
```
6262
Step 2. Add the dependency
6363
```groovy
64-
implementation 'com.github.mreram:showcaseview:1.4.0'
64+
implementation 'com.github.mreram:showcaseview:1.4.1'
6565
```
6666
## Change type face
6767
```java

showcaseviewlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 11
1111
targetSdkVersion 30
1212
versionCode 3
13-
versionName "1.4.0"
13+
versionName "1.4.1"
1414

1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616

0 commit comments

Comments
 (0)