Skip to content

Commit f124cb3

Browse files
committed
Bump version
1 parent 78969be commit f124cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "UnityHFSM",
44
"description": "A simple yet powerful class-based hierarchical finite state machine for Unity3D",
55

6-
"version": "2.2.0",
6+
"version": "2.2.1",
77
"license": "MIT",
88
"keywords": ["fsm", "hierarchical", "state-machine"],
99
"documentationUrl": "https://github.com/Inspiaaa/UnityHFSM",

src/StateMachine/StateMachine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Hierarchical Finite State Machine for Unity
99
* by Inspiaaa and contributors
1010
*
11-
* Version: 2.2.0
11+
* Version: 2.2.1
1212
*/
1313

1414
namespace UnityHFSM

0 commit comments

Comments
 (0)