Skip to content

Commit 1c6e6b2

Browse files
committed
Bumped version to 5.0.6
1 parent 8cc3498 commit 1c6e6b2

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
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.6]
89
### Fixed
910
- Duplicate symbol errors when building with other iOS plugins
1011
- Removed READ_PHONE_STATE permission in Android builds. Delete your OneSignalConfig.androidlib and run the
@@ -273,7 +274,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
273274
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
274275
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
275276

276-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.5...HEAD
277+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.6...HEAD
278+
[5.0.6]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.5...5.0.6
277279
[5.0.5]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.4...5.0.5
278280
[5.0.4]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.3...5.0.4
279281
[5.0.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.2...5.0.3
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.5
1+
5.0.6

OneSignalExample/ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ PlayerSettings:
135135
vulkanEnableLateAcquireNextImage: 0
136136
vulkanEnableCommandBufferRecycling: 1
137137
loadStoreDebugModeEnabled: 0
138-
bundleVersion: 5.0.5
138+
bundleVersion: 5.0.6
139139
preloadedAssets: []
140140
metroInputSource: 0
141141
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.5",
4+
"version": "5.0.6",
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.5"
8+
"com.onesignal.unity.core": "5.0.6"
99
},
1010
"keywords": [
1111
"push-notifications",

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.5",
4+
"version": "5.0.6",
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.5",
4+
"version": "5.0.6",
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.5"
8+
"com.onesignal.unity.core": "5.0.6"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)