Skip to content

Commit 2168c17

Browse files
committed
Bump version
1 parent a08dbf0 commit 2168c17

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

1010
namespace FSM

0 commit comments

Comments
 (0)