Skip to content

Commit f8fdc2e

Browse files
committed
Use semver format
1 parent 87008f3 commit f8fdc2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 fast, tried-and-tested hierarchical finite state machine library for Unity, designed to be easy to use yet powerful without compromising performance.",
55

6-
"version": "2.3",
6+
"version": "2.3.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
@@ -8,7 +8,7 @@
88
* Hierarchical Finite State Machine for Unity
99
* by Inspiaaa and contributors
1010
*
11-
* Version: 2.3
11+
* Version: 2.3.0
1212
*/
1313

1414
namespace UnityHFSM

0 commit comments

Comments
 (0)