Skip to content

Commit 4a326ae

Browse files
author
Paul Rybitskyi
committed
Increase library version
1 parent c0d60ab commit 4a326ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Android library designed to simplify the process of implementing search-related
33

44
[ ![Download](https://api.bintray.com/packages/mars885/maven/persistentsearchview/images/download.svg) ](https://bintray.com/mars885/maven/persistentsearchview/_latestVersion)
55
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-PersistentSearchView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/7102)
6-
![](https://travis-ci.org/mars885/persistentsearchview.svg?branch=master)
6+
![](https://travis-ci.org/mars885/persistent-search-view.svg?branch=master)
77
![](https://img.shields.io/badge/API-21%2B-orange.svg?style=flat)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
99
[![Platform](https://img.shields.io/badge/platform-Android-green.svg)](http://developer.android.com/index.html)
@@ -47,7 +47,7 @@ buildscript {
4747
````groovy
4848
ext {
4949
//...
50-
psvVersion = "1.1.2"
50+
psvVersion = "1.1.3"
5151
}
5252
5353
dependencies {

persistentsearchview/library_config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
ext {
1818
libraryConfig = [
19-
versionCode: 5,
20-
versionName: "1.1.2",
19+
versionCode: 6,
20+
versionName: "1.1.3",
2121
artifactName: "persistentsearchview",
2222
artifactDescription: "Android library designed to simplify the process of implementing search-related functionality.",
2323
]

0 commit comments

Comments
 (0)