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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mreram committed Aug 16, 2022
1 parent 63c9a04 commit 1dcdae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ maven:
<dependency>
<groupId>com.github.mreram</groupId>
<artifactId>showcaseview</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```
gradle:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion showcaseviewlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1dcdae4

Please sign in to comment.