Skip to content

Commit

Permalink
Increase library version
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Aug 16, 2020
1 parent c0d60ab commit 4a326ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Android library designed to simplify the process of implementing search-related

[ ![Download](https://api.bintray.com/packages/mars885/maven/persistentsearchview/images/download.svg) ](https://bintray.com/mars885/maven/persistentsearchview/_latestVersion)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-PersistentSearchView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/7102)
![](https://travis-ci.org/mars885/persistentsearchview.svg?branch=master)
![](https://travis-ci.org/mars885/persistent-search-view.svg?branch=master)
![](https://img.shields.io/badge/API-21%2B-orange.svg?style=flat)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Platform](https://img.shields.io/badge/platform-Android-green.svg)](http://developer.android.com/index.html)
Expand Down Expand Up @@ -47,7 +47,7 @@ buildscript {
````groovy
ext {
//...
psvVersion = "1.1.2"
psvVersion = "1.1.3"
}
dependencies {
Expand Down
4 changes: 2 additions & 2 deletions persistentsearchview/library_config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

ext {
libraryConfig = [
versionCode: 5,
versionName: "1.1.2",
versionCode: 6,
versionName: "1.1.3",
artifactName: "persistentsearchview",
artifactDescription: "Android library designed to simplify the process of implementing search-related functionality.",
]
Expand Down

0 comments on commit 4a326ae

Please sign in to comment.