Skip to content

Commit

Permalink
Bumped version to 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestorboy committed Sep 23, 2023
1 parent 573ab9d commit 9117d74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Nessie/Udon/NUSaveState/Instructions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.5.1
Version: 1.5.2
Source: https://github.com/Nestorboy/NUSaveState

Instructions:
Expand Down
3 changes: 2 additions & 1 deletion Assets/Nessie/Udon/NUSaveState/NUSaveState.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ MonoBehaviour:
Placement: {fileID: 0}
ChangeAvatarsOnUse: 1
scale: 1
avatarImage: {fileID: 0}
--- !u!1 &8000936731730785909
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -180,7 +181,7 @@ MonoBehaviour:
Entry: 6
Data:
_udonSharpBackingUdonBehaviour: {fileID: 8000936731730785914}
Version: 1.4.0
Version: 1.5.2
CallbackReceiver: {fileID: 0}
FallbackAvatarID: avtr_c38a1615-5bf5-42b4-84eb-a8b6c37cbd11
stationPrefab: {fileID: 1852400263297152911}
Expand Down
2 changes: 1 addition & 1 deletion Assets/Nessie/Udon/NUSaveState/Scripts/U#/NUSaveState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Nessie.Udon.SaveState
[AddComponentMenu("Nessie/NUSaveState")]
public class NUSaveState : UdonSharpBehaviour
{
public const string PACKAGE_VERSION = "1.5.1";
public const string PACKAGE_VERSION = "1.5.2";

#region Serialized Public Fields

Expand Down

0 comments on commit 9117d74

Please sign in to comment.