File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
OneSignalExample/Packages
com.onesignal.unity.core/Runtime
com.onesignal.unity.ios/Runtime/Plugins/iOS Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 "depth" : 0 ,
66 "source" : " local" ,
77 "dependencies" : {
8- "com.onesignal.unity.core" : " 5.0.2 "
8+ "com.onesignal.unity.core" : " 5.0.3 "
99 }
1010 },
1111 "com.onesignal.unity.core" : {
1919 "depth" : 0 ,
2020 "source" : " local" ,
2121 "dependencies" : {
22- "com.onesignal.unity.core" : " 5.0.2 "
22+ "com.onesignal.unity.core" : " 5.0.3 "
2323 }
2424 },
2525 "com.unity.ext.nunit" : {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ namespace OneSignalSDK {
4040 /// OneSignal SDK for Unity
4141 /// </summary>
4242 public static partial class OneSignal {
43- public const string Version = "5.0.2 " ;
43+ public const string Version = "5.0.3 " ;
4444
4545 /// <summary>
4646 /// The default static instance of the OneSignal Unity SDK
Original file line number Diff line number Diff line change 3838
3939namespace OneSignalSDK {
4040 public abstract class OneSignalPlatform {
41- public const string VersionHeader = "050002 " ;
41+ public const string VersionHeader = "050003 " ;
4242
4343 internal static event Action < string > OnInitialize ;
4444
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ - (void)setOneSignalUnityDelegate:(id <UIApplicationDelegate>)delegate {
9696
9797- (BOOL )oneSignalApplication : (UIApplication *)application didFinishLaunchingWithOptions : (NSDictionary *)launchOptions {
9898 [OneSignalWrapper setSdkType: @" unity" ];
99- [OneSignalWrapper setSdkVersion: @" 050002 " ];
99+ [OneSignalWrapper setSdkVersion: @" 050003 " ];
100100 [OneSignal initialize: nil withLaunchOptions: launchOptions];
101101
102102 if ([self respondsToSelector: @selector (oneSignalApplication:didFinishLaunchingWithOptions: )])
You can’t perform that action at this time.
0 commit comments