Skip to content

Commit

Permalink
Update release version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
randr0id committed Dec 27, 2018
1 parent 4f5217c commit 7f7db3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FastScroll
[![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0) [![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square)](https://developer.android.com/about/versions/android-4.0.html) [![Download](https://img.shields.io/badge/JCenter-2.0.0-brightgreen.svg?style=flat-square)](https://bintray.com/l4digital/maven/FastScroll/_latestVersion)
[![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0) [![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square)](https://developer.android.com/about/versions/android-4.0.html) [![Download](https://img.shields.io/badge/JCenter-2.0.1-brightgreen.svg?style=flat-square)](https://bintray.com/l4digital/maven/FastScroll/_latestVersion)

A ListView-like FastScroller for Android’s RecyclerView.

Expand All @@ -15,7 +15,7 @@ FastScroll was inspired by this [Styling Android blog post](https://blog.styling
#### Gradle:
~~~groovy
dependencies {
implementation 'com.l4digital.fastscroll:fastscroll:2.0.0'
implementation 'com.l4digital.fastscroll:fastscroll:2.0.1'
}
~~~

Expand All @@ -24,7 +24,7 @@ dependencies {
<dependency>
<groupId>com.l4digital.fastscroll</groupId>
<artifactId>fastscroll</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
~~~

Expand Down
2 changes: 1 addition & 1 deletion fastscroll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'maven-publish'
def libraryName = 'FastScroll'
def libraryArtifact = 'fastscroll'
def libraryGroup = 'com.l4digital.fastscroll'
def libraryVersion = '2.0.0'
def libraryVersion = '2.0.1'

android {
compileSdkVersion rootProject.ext.sdkVersion
Expand Down

0 comments on commit 7f7db3f

Please sign in to comment.