Skip to content

Commit beb58da

Browse files
committed
Bump version
1 parent 929970d commit beb58da

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.0.1",
6+
"version": "2.1.0",
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
@@ -5,7 +5,7 @@
55
* Hierarchical finite state machine for Unity
66
* by Inspiaaa
77
*
8-
* Version: 2.0.1
8+
* Version: 2.1.0
99
*/
1010

1111
namespace UnityHFSM

0 commit comments

Comments
 (0)