Skip to content

Commit 2cf3a47

Browse files
authored
Merge pull request #588 from OneSignal/release/5.0.0-beta.2
Release 5.0.0-beta.2
2 parents 48cc13b + 054d117 commit 2cf3a47

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [5.0.0-beta.2]
89
### Added
910
- Sdk type and version to api headers
1011
### Changed
@@ -203,7 +204,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
203204
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
204205
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
205206

206-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.1...HEAD
207+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.2...HEAD
208+
[5.0.0-beta.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.1...5.0.0-beta.2
207209
[5.0.0-beta.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.9...5.0.0-beta.1
208210
[3.0.9]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.8...3.0.9
209211
[3.0.8]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.7...3.0.8
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-beta.1
1+
5.0.0-beta.2

OneSignalExample/ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 5.0.0-beta.1
137+
bundleVersion: 5.0.0-beta.2
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

com.onesignal.unity.android/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.android",
33
"displayName": "OneSignal Unity SDK - Android",
4-
"version": "5.0.0-beta.1",
4+
"version": "5.0.0-beta.2",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "5.0.0-beta.1"
8+
"com.onesignal.unity.core": "5.0.0-beta.2"
99
},
1010
"keywords": [
1111
"push-notifications",

com.onesignal.unity.core/Runtime/OneSignal.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace OneSignalSDK {
4040
/// OneSignal SDK for Unity
4141
/// </summary>
4242
public abstract partial class OneSignal {
43-
public const string Version = "5.0.0-beta.1";
43+
public const string Version = "5.0.0-beta.2";
4444
public const string VersionHeader = "050000";
4545

4646
/// <summary>

com.onesignal.unity.core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.onesignal.unity.core",
33
"displayName": "OneSignal Unity SDK - Core",
4-
"version": "5.0.0-beta.1",
4+
"version": "5.0.0-beta.2",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {

com.onesignal.unity.ios/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.ios",
33
"displayName": "OneSignal Unity SDK - iOS",
4-
"version": "5.0.0-beta.1",
4+
"version": "5.0.0-beta.2",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "5.0.0-beta.1"
8+
"com.onesignal.unity.core": "5.0.0-beta.2"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)