Skip to content

Commit c8c04e5

Browse files
committed
Bumped version to 5.1.12
1 parent cf8ece6 commit c8c04e5

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
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.1.12]
89
### Changed
910
- Updated included Android SDK from 5.1.25 to [5.1.26](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.26)
1011
- [Fix] ANR caused by operationRepo.enqueue while loading is in progress
@@ -435,7 +436,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
435436
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
436437
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
437438

438-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.11...HEAD
439+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.12...HEAD
440+
[5.1.12]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.11...5.1.12
439441
[5.1.11]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.10...5.1.11
440442
[5.1.10]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.9...5.1.10
441443
[5.1.9]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.8...5.1.9
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.11
1+
5.1.12

OneSignalExample/Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"depth": 0,
66
"source": "local",
77
"dependencies": {
8-
"com.onesignal.unity.core": "5.1.10"
8+
"com.onesignal.unity.core": "5.1.12"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "5.1.10"
22+
"com.onesignal.unity.core": "5.1.12"
2323
}
2424
},
2525
"com.unity.ai.navigation": {

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

0 commit comments

Comments
 (0)