Skip to content

Commit

Permalink
Bump lib version to 1.1.4 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 authored Oct 27, 2021
1 parent bc42a21 commit d7f2865
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 @@ -46,7 +46,7 @@ buildscript {

````groovy
dependencies {
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.3"
implementation "com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4"
}
````

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object publishingConfig {
const val hostRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"

const val artifactName = "persistentsearchview"
const val artifactVersion = "1.1.3"
const val artifactVersion = "1.1.4"
const val artifactDescription = "An android library designed to simplify the process of implementing search-related functionality."

}
Expand Down

0 comments on commit d7f2865

Please sign in to comment.