Skip to content

Commit

Permalink
Update version to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiKurisu committed Jul 14, 2024
1 parent 021f678 commit 326d6c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Editor/Core/Model/BehaviorTreeSetting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal class EditorSetting
}
public class BehaviorTreeSetting : ScriptableObject
{
public const string Version = "v1.4.8";
public const string Version = "v1.4.9";
private const string k_BehaviorTreeSettingsPath = "Assets/AkiBTSetting.asset";
private const string k_UserServiceSettingPath = "Assets/AkiBTUserServiceData.asset";
private const string GraphFallBackPath = "AkiBT/Graph";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div align="center">

# AkiBT Version 1.4.8
# AkiBT Version 1.4.9

***Read this document in Chinese: [中文文档](./README_ZH.md)***

Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Star on GitHub](https://img.shields.io/github/stars/AkiKurisu/AkiBT.svg)](https://github.com/AkiKurisu/AkiBT/stargazers)
<div align="center">

# 行为树 AkiBT Version 1.4.8
# 行为树 AkiBT Version 1.4.9

***Read this document in English: [English Document](./README.md)***

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.kurisu.akibt",
"displayName": "AkiBT",
"version": "1.4.8",
"version": "1.4.9",
"unity": "2021.3",
"description": "Node based Behavior Tree Editor.\nSupports visualizing active node in runtime.\nEasily add original behaviors.",
"keywords": [
Expand Down

0 comments on commit 326d6c0

Please sign in to comment.