Skip to content

Commit fbf778b

Browse files
committed
updated the package.json
1 parent 1862740 commit fbf778b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
# [0.10.4-beta] - Mar 09, 2025
4+
- Removed some redundant code and redundant using statements.
5+
36
# [0.10.3-beta] - Feb 11, 2025
47
- Fix for playing selected StateMachineControllers model in the State Machine Editor when entering runtime.
58
- Previously required a deselect and reselect of the StateMachineController to play the model in the State Machine Editor.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.nonatomic.visualstatemachinev2",
3-
"version": "0.10.3-beta",
3+
"version": "0.10.4-beta",
44
"displayName": "Visual State Machine V2",
55
"description": "Visual State Machine V2\n\nIMPORTANT NOTE: If you are upgrading to 0.9.0-beta and above from earlier versions, note that `OnEnter` methods now require an `[Enter]` attribute and that the base `OnEnter` method is no longer abstract but virtual.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)