Skip to content

Commit

Permalink
Bump version numbers to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherd-l authored and jinliu9508 committed Feb 27, 2024
1 parent a3576f2 commit 3aa08c9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"versionDefines": [
{
"name": "com.onesignal.unity.core",
"expression": "3.0.0",
"expression": "5.0.0",
"define": "ONE_SIGNAL_INSTALLED"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"versionDefines": [
{
"name": "com.onesignal.unity.core",
"expression": "3.0.0",
"expression": "5.0.0",
"define": "ONE_SIGNAL_INSTALLED"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"versionDefines": [
{
"name": "com.onesignal.unity.core",
"expression": "3.0.0",
"expression": "5.0.0",
"define": "ONE_SIGNAL_INSTALLED"
}
],
Expand Down
4 changes: 2 additions & 2 deletions OneSignalExample/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.onesignal.unity.core": "5.0.0-beta.3"
"com.onesignal.unity.core": "5.0.0"
}
},
"com.onesignal.unity.core": {
Expand All @@ -19,7 +19,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.onesignal.unity.core": "5.0.0-beta.3"
"com.onesignal.unity.core": "5.0.0"
}
},
"com.unity.ext.nunit": {
Expand Down
2 changes: 1 addition & 1 deletion com.onesignal.unity.core/Runtime/OneSignal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace OneSignalSDK {
/// OneSignal SDK for Unity
/// </summary>
public static partial class OneSignal {
public const string Version = "5.0.0-beta.3";
public const string Version = "5.0.0";

/// <summary>
/// The default static instance of the OneSignal Unity SDK
Expand Down

0 comments on commit 3aa08c9

Please sign in to comment.