Skip to content

Commit

Permalink
Bumps library version from 1.3 to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kojofosu committed Oct 11, 2021
1 parent af52532 commit 24bddb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
dependencies {
//implementation 'com.github.iammert:MultiSearchView:0.3'
implementation 'com.github.kojofosu:MultiSearchView:1.3'
implementation 'com.github.kojofosu:MultiSearchView:1.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion multisearchviewlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.iammert.library.ui.multisearchviewlib'
artifactId = 'MultiSearchView'
version = '1.0'
version = '1.4'
}
}
}
Expand Down

0 comments on commit 24bddb6

Please sign in to comment.