File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
OneSignalExample/Packages
com.onesignal.unity.core/Runtime Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"depth" : 0 ,
6
6
"source" : " local" ,
7
7
"dependencies" : {
8
- "com.onesignal.unity.core" : " 3 .0.10 "
8
+ "com.onesignal.unity.core" : " 5 .0.0-beta.3 "
9
9
}
10
10
},
11
11
"com.onesignal.unity.core" : {
19
19
"depth" : 0 ,
20
20
"source" : " local" ,
21
21
"dependencies" : {
22
- "com.onesignal.unity.core" : " 3 .0.10 "
22
+ "com.onesignal.unity.core" : " 5 .0.0-beta.3 "
23
23
}
24
24
},
25
25
"com.unity.ext.nunit" : {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ namespace OneSignalSDK {
40
40
/// OneSignal SDK for Unity
41
41
/// </summary>
42
42
public static partial class OneSignal {
43
- public const string Version = "5.0.0-beta.2 " ;
43
+ public const string Version = "5.0.0-beta.3 " ;
44
44
45
45
/// <summary>
46
46
/// The default static instance of the OneSignal Unity SDK
You can’t perform that action at this time.
0 commit comments