Skip to content

Commit 209c531

Browse files
committed
Bump version numbers to 3.0.12
1 parent bc05a8f commit 209c531

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

OneSignalExample/Assets/OneSignal/Attribution/OneSignal.UnityPackage.Attribution.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "3.0.0-beta.1",
19+
"expression": "3.0.12",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/Editor/OneSignal.UnityPackage.Editor.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "3.0.0",
19+
"expression": "3.0.12",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/Example/OneSignal.UnityPackage.Example.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"versionDefines": [
1919
{
2020
"name": "com.onesignal.unity.core",
21-
"expression": "3.0.0",
21+
"expression": "3.0.12",
2222
"define": "ONE_SIGNAL_INSTALLED"
2323
}
2424
],

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": "3.0.11"
8+
"com.onesignal.unity.core": "3.0.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": "3.0.11"
22+
"com.onesignal.unity.core": "3.0.12"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace OneSignalSDK {
3434
/// OneSignal SDK for Unity
3535
/// </summary>
3636
public abstract partial class OneSignal {
37-
public const string Version = "3.0.11";
37+
public const string Version = "3.0.12";
3838

3939
/// <summary>
4040
/// The default static instance of the OneSignal Unity SDK

0 commit comments

Comments
 (0)