Skip to content

Commit

Permalink
bump version numbers to 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed May 12, 2023
1 parent 278527f commit 1aaa064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "3.0.10"
"com.onesignal.unity.core": "3.0.11"
}
},
"com.onesignal.unity.core": {
Expand All @@ -19,7 +19,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.onesignal.unity.core": "3.0.10"
"com.onesignal.unity.core": "3.0.11"
}
},
"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 @@ -34,7 +34,7 @@ namespace OneSignalSDK {
/// OneSignal SDK for Unity
/// </summary>
public abstract partial class OneSignal {
public const string Version = "3.0.10";
public const string Version = "3.0.11";

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

0 comments on commit 1aaa064

Please sign in to comment.