Skip to content

Commit f09867d

Browse files
committed
Bump version number to 5.0.0-beta.3
1 parent 688cdcb commit f09867d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

OneSignalExample/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.0.10"
8+
"com.onesignal.unity.core": "5.0.0-beta.3"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "3.0.10"
22+
"com.onesignal.unity.core": "5.0.0-beta.3"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

com.onesignal.unity.core/Runtime/OneSignal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0-beta.2";
43+
public const string Version = "5.0.0-beta.3";
4444

4545
/// <summary>
4646
/// The default static instance of the OneSignal Unity SDK

0 commit comments

Comments
 (0)