Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspiaaa committed Nov 15, 2023
1 parent 6bc384b commit eb590da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.inspiaaa.unityhfsm",
"displayName": "UnityHFSM",
"description": "A simple yet powerful class based hierarchical finite state machine for Unity3D",
"description": "A simple yet powerful class-based hierarchical finite state machine for Unity3D",

"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"keywords": ["fsm", "hierarchical", "state-machine"],
"documentationUrl": "https://github.com/Inspiaaa/UnityHFSM",
Expand Down
2 changes: 1 addition & 1 deletion src/StateMachine/StateMachine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Hierarchichal finite state machine for Unity
* by Inspiaaa
*
* Version: 2.0.0
* Version: 2.0.1
*/

namespace UnityHFSM
Expand Down

0 comments on commit eb590da

Please sign in to comment.