Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit fb0f41f

Browse files
author
Benjamin Scholtysik (Reimold)
committed
Bump version
1 parent f5147c7 commit fb0f41f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/bitstadium/HockeySDK-Android.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-Android)
22
[![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net)
33

4-
## Version 5.0.0
4+
## Version 5.0.1
55

66
HockeySDK-Android implements support for using HockeyApp in your Android applications.
77

@@ -26,7 +26,7 @@ It is super easy to use HockeyApp in your Android app. Have a look at our [docum
2626

2727
Please visit [our landing page](https://support.hockeyapp.net/kb/client-integration-android) as a starting point for all of our documentation.
2828

29-
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).
29+
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).
3030

3131
## 3. Contributing
3232

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ allprojects {
3535

3636
ext {
3737
ARTIFACT_ID = 'HockeySDK'
38-
VERSION_NAME = '5.0.0'
39-
VERSION_CODE = 14
38+
VERSION_NAME = '5.0.1'
39+
VERSION_CODE = 15
4040
SITE_URL = 'https://github.com/bitstadium/hockeysdk-android'
4141
GIT_URL = 'https://github.com/bitstadium/HockeySDK-Android.git'
4242
BINTRAY_USER = HOCKEYAPP_BINTRAY_USER

0 commit comments

Comments
 (0)