Skip to content

Commit 4fdddf4

Browse files
committed
Bumped version to 3.0.4
1 parent 0d5c420 commit 4fdddf4

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
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+
## [3.0.4]
89
### Fixed
910
- Android `DeleteTags` and `RemoveTriggers` calls correctly use a Java array list instead of an array
1011

@@ -157,7 +158,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
157158
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
158159
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
159160

160-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.3...HEAD
161+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.4...HEAD
162+
[3.0.4]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.3...3.0.4
161163
[3.0.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.2...3.0.3
162164
[3.0.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.1...3.0.2
163165
[3.0.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.0...3.0.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.0.4

OneSignalExample/ProjectSettings/ProjectSettings.asset

+1-4
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: 3.0.3
137+
bundleVersion: 3.0.4
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0
@@ -525,9 +525,7 @@ PlayerSettings:
525525
switchPlayerConnectionEnabled: 1
526526
switchUseNewStyleFilepaths: 0
527527
switchUseMicroSleepForYield: 1
528-
switchEnableRamDiskSupport: 0
529528
switchMicroSleepForYieldTime: 25
530-
switchRamDiskSpaceSize: 12
531529
ps4NPAgeRating: 12
532530
ps4NPTitleSecret:
533531
ps4NPTrophyPackPath:
@@ -677,7 +675,6 @@ PlayerSettings:
677675
metroFTAName:
678676
metroFTAFileTypes: []
679677
metroProtocolName:
680-
vcxProjDefaultLanguage:
681678
XboxOneProductId:
682679
XboxOneUpdateKey:
683680
XboxOneSandboxId:

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

0 commit comments

Comments
 (0)