From 01825cd899e21b732d50000c191d174c8c11e2e4 Mon Sep 17 00:00:00 2001 From: crashkonijn Date: Thu, 12 Dec 2024 16:06:50 +0000 Subject: [PATCH] Update version to 3.0.26 --- Package/Documentation/Introduction/GettingStarted.md | 2 +- Package/Editor/CrashKonijn.Goap.Editor/GoapEditorSettings.cs | 2 +- Package/package.json | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package/Documentation/Introduction/GettingStarted.md b/Package/Documentation/Introduction/GettingStarted.md index a0887c74..810dd65e 100644 --- a/Package/Documentation/Introduction/GettingStarted.md +++ b/Package/Documentation/Introduction/GettingStarted.md @@ -10,7 +10,7 @@ Add the package to your project using the package manager. Add the following URL to the package manager: ``` -https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.25 +https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.26 ``` Alternatively install through [OpenUPM](https://openupm.com/packages/com.crashkonijn.goap/) or the [Unity Asset Store](https://assetstore.unity.com/packages/slug/252687). diff --git a/Package/Editor/CrashKonijn.Goap.Editor/GoapEditorSettings.cs b/Package/Editor/CrashKonijn.Goap.Editor/GoapEditorSettings.cs index 7fbcda86..6dfad8d6 100644 --- a/Package/Editor/CrashKonijn.Goap.Editor/GoapEditorSettings.cs +++ b/Package/Editor/CrashKonijn.Goap.Editor/GoapEditorSettings.cs @@ -19,6 +19,6 @@ public static string BasePath } } - public const string Version = "3.0.25"; + public const string Version = "3.0.26"; } } diff --git a/Package/package.json b/Package/package.json index bdf3ab04..0cba4a83 100644 --- a/Package/package.json +++ b/Package/package.json @@ -1,6 +1,6 @@ { "name": "com.crashkonijn.goap", - "version": "3.0.25", + "version": "3.0.26", "displayName": "CrashKonijn's GOAP", "description": "A comprehensive, multi-threaded Goal Oriented Action Planning (GOAP) system, designed to facilitate complex AI behaviors in games.", "unity": "2022.2", diff --git a/README.md b/README.md index 99ec0d05..61f90292 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Integrate GOAP into your Unity project using one of the following methods: - **Unity Package Manager**: Add the package via the package manager using this URL: ``` -https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.25 +https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.26 ``` - **OpenUPM**: