Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunasawa committed May 18, 2024
1 parent a8a80e6 commit 7dfa7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Setups/YNLSimpleAISystemSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private static void OnPostprocessAllAssets(string[] importedAssets, string[] del
public static void InitializeOnLoad()
{
EditorManifest.AddRegistry("YunasawaStudio", "https://package.openupm.com", "com.yunasawa.ynl.editor", "com.yunasawa.ynl.utilities");
EditorManifest.AddDependency("com.yunasawa.ynl.editor", "1.4.1");
EditorManifest.AddDependency("com.yunasawa.ynl.editor", "1.4.3");
EditorManifest.AddDependency("com.yunasawa.ynl.utilities", "1.3.2");
EditorDefineSymbols.AddSymbols("YNL_UTILITIES", "YNL_EDITOR");
}
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.yunasawa.ynl.simpleaisystem",
"displayName": "YNL - Simple AI System",
"version": "1.1.1",
"version": "1.1.2",
"unity": "2022.3",
"description": "YNL - Simple AI System provides you a simple system to handle objects' behaviours as an AI.",
"keywords": [
Expand Down

0 comments on commit 7dfa7b1

Please sign in to comment.