From fb0f41fe5cc13621b4ca6f8f49ffc8f885d64305 Mon Sep 17 00:00:00 2001 From: "Benjamin Scholtysik (Reimold)" Date: Fri, 15 Sep 2017 01:04:51 -0700 Subject: [PATCH] Bump version --- README.md | 4 ++-- build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd42c4c7f..62353986f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://travis-ci.org/bitstadium/HockeySDK-Android.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-Android) [![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net) -## Version 5.0.0 +## Version 5.0.1 HockeySDK-Android implements support for using HockeyApp in your Android applications. @@ -26,7 +26,7 @@ It is super easy to use HockeyApp in your Android app. Have a look at our [docum Please visit [our landing page](https://support.hockeyapp.net/kb/client-integration-android) as a starting point for all of our documentation. -Please check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk), [change log](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.0), [java doc](https://www.hockeyapp.net/help/sdk/android/5.0.0/index.html) as well as our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk#troubleshooting). +Please check out our [getting started documentation](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk), [change log](https://github.com/bitstadium/HockeySDK-Android/releases/tag/5.0.1), [java doc](https://www.hockeyapp.net/help/sdk/android/5.0.1/index.html) as well as our [troubleshooting section](https://support.hockeyapp.net/kb/client-integration-android/hockeyapp-for-android-sdk#troubleshooting). ## 3. Contributing diff --git a/build.gradle b/build.gradle index abf4d53d0..70a70ef2d 100644 --- a/build.gradle +++ b/build.gradle @@ -35,8 +35,8 @@ allprojects { ext { ARTIFACT_ID = 'HockeySDK' - VERSION_NAME = '5.0.0' - VERSION_CODE = 14 + VERSION_NAME = '5.0.1' + VERSION_CODE = 15 SITE_URL = 'https://github.com/bitstadium/hockeysdk-android' GIT_URL = 'https://github.com/bitstadium/HockeySDK-Android.git' BINTRAY_USER = HOCKEYAPP_BINTRAY_USER