Skip to content

Commit 87008f3

Browse files
committed
Bump version
1 parent 73ee3e4 commit 87008f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## In Progress
3+
## 2.3
44

55
### Added
66

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.2.1",
6+
"version": "2.3",
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.2.1
11+
* Version: 2.3
1212
*/
1313

1414
namespace UnityHFSM

0 commit comments

Comments
 (0)