Skip to content

Commit 24bddb6

Browse files
committed
Bumps library version from 1.3 to 1.4
1 parent af52532 commit 24bddb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
2020
dependencies {
2121
//implementation 'com.github.iammert:MultiSearchView:0.3'
22-
implementation 'com.github.kojofosu:MultiSearchView:1.3'
22+
implementation 'com.github.kojofosu:MultiSearchView:1.4'
2323
}
2424
```
2525

multisearchviewlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ afterEvaluate {
5555
// You can then customize attributes of the publication as shown below.
5656
groupId = 'com.iammert.library.ui.multisearchviewlib'
5757
artifactId = 'MultiSearchView'
58-
version = '1.0'
58+
version = '1.4'
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)