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

Commit 4dd9162

Browse files
author
Benjamin Scholtysik (Reimold)
committed
Bump version to 5.1.0 in unity files
1 parent 9bffbc5 commit 4dd9162

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ExampleGame/Assets/HockeyAppUnityAndroid/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.hockeyapp.unity"
44
android:versionCode="18"
5-
android:versionName="5.0.1" >
5+
android:versionName="5.1.0" >
66

77
<uses-sdk
88
android:minSdkVersion="15"

ExampleGame/Assets/HockeyAppUnityAndroid/HockeyAppUnity-Scripts/HockeyAppAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Version: 5.0.1
2+
* Version: 5.1.0
33
*/
44

55
using UnityEngine;

Plugins/HockeyAppUnityAndroid/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="net.hockeyapp.unity"
44
android:versionCode="18"
5-
android:versionName="5.0.1" >
5+
android:versionName="5.1.0" >
66

77
<uses-sdk
88
android:minSdkVersion="15"

Plugins/HockeyAppUnityAndroid/HockeyAppUnity-Scripts/HockeyAppAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Version: 5.0.1
2+
* Version: 5.1.0
33
*/
44

55
using UnityEngine;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 5.0.1
1+
# Version 5.1.0
22

33
## Introduction
44

0 commit comments

Comments
 (0)