diff --git a/README.md b/README.md index 2c9b1c5..8058ff3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Cute library to implement SearchView in a Material Design Approach. *Works from **Add the dependencies to your gradle file:** ```javascript dependencies { - compile 'com.miguelcatalan:materialsearchview:1.3.0' + compile 'com.miguelcatalan:materialsearchview:1.3.1' } ``` **Add MaterialSearchView to your layout file along with the Toolbar** *(Add this block at the bottom of your layout, in order to display it over the rest of the view)*: diff --git a/library/build.gradle b/library/build.gradle index dfda1d5..153ed89 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -18,7 +18,7 @@ android { minSdkVersion 14 targetSdkVersion 23 versionCode 1 - versionName "1.3.0" + versionName "1.3.1" } buildTypes { release { @@ -38,7 +38,7 @@ publish { userOrg = 'miguelcatalan' groupId = 'com.miguelcatalan' artifactId = 'materialsearchview' - publishVersion = '1.3.0' + publishVersion = '1.3.1' desc = 'Cute library to implement SearchView in a Material Design Approach' website = 'https://github.com/MiguelCatalan/MaterialSearchView' } \ No newline at end of file diff --git a/sample/build.gradle b/sample/build.gradle index 9ef1cfe..be56bf8 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.miguelcatalan.materialsearchview.sample" minSdkVersion 14 targetSdkVersion 23 - versionCode 5 - versionName "1.3.0" + versionCode 6 + versionName "1.3.1" } buildTypes { release {