Skip to content

Commit

Permalink
Prepare for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Leinardi committed Sep 28, 2018
1 parent abf6d0e commit 0cdfab4
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 @@ -33,7 +33,7 @@ The library is available on Jcenter so no additonal repository is required.

Dependencies entry (latest version on Jcenter [![Maven metadata URI](https://img.shields.io/maven-metadata/v/http/jcenter.bintray.com/com/leinardi/android/speed-dial/maven-metadata.xml.svg?style=flat)](https://jcenter.bintray.com/com/leinardi/android/speed-dial/maven-metadata.xml)):
```groovy
implementation "com.leinardi.android:speed-dial:2.0.0"
implementation "com.leinardi.android:speed-dial:2.0.1"
```
#### Snapshots (development branch)
You can use JitPack to test the latest `master` (remember that `master` is the development branch and can be unstable or completely broken).
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ build_versions.min_sdk = 14
build_versions.target_sdk = 28
build_versions.java_version = JavaVersion.VERSION_1_7
build_versions.version_code = commitCount.isNumber() ? commitCount as int : 0
build_versions.version_name = "2.0.0"
build_versions.version_name = "2.0.1"
ext.build_versions = build_versions


Expand Down

0 comments on commit 0cdfab4

Please sign in to comment.