Skip to content

Commit eb590da

Browse files
committed
Bump version to 2.0.1
1 parent 6bc384b commit eb590da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.inspiaaa.unityhfsm",
33
"displayName": "UnityHFSM",
4-
"description": "A simple yet powerful class based hierarchical finite state machine for Unity3D",
4+
"description": "A simple yet powerful class-based hierarchical finite state machine for Unity3D",
55

6-
"version": "2.0.0",
6+
"version": "2.0.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
@@ -4,7 +4,7 @@
44
* Hierarchichal finite state machine for Unity
55
* by Inspiaaa
66
*
7-
* Version: 2.0.0
7+
* Version: 2.0.1
88
*/
99

1010
namespace UnityHFSM

0 commit comments

Comments
 (0)