From 3807e2182bfd6a444ab43fae09a4995faf008307 Mon Sep 17 00:00:00 2001 From: crashkonijn Date: Tue, 8 Oct 2024 08:45:23 +0000 Subject: [PATCH] Update version to 3.0.19-beta --- 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 dc103ea8..e7d197d9 100644 --- a/Package/Documentation/Introduction/GettingStarted.md +++ b/Package/Documentation/Introduction/GettingStarted.md @@ -14,7 +14,7 @@ V3 is currently stable, but still in beta because the docs are still those of v2 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.18-beta +https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.19-beta ``` 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 8ed498fa..3757a32a 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.18-beta"; + public const string Version = "3.0.19-beta"; } } diff --git a/Package/package.json b/Package/package.json index ec4a3e19..0f56142c 100644 --- a/Package/package.json +++ b/Package/package.json @@ -1,6 +1,6 @@ { "name": "com.crashkonijn.goap", - "version": "3.0.18-beta", + "version": "3.0.19-beta", "displayName": "Unity GOAP Framework", "description": "A comprehensive, multi-threaded Goal Oriented Action Planning (GOAP) system for Unity, designed to facilitate complex AI behaviors in games.", "unity": "2022.2", diff --git a/README.md b/README.md index be0a0605..7eea7e61 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.18-beta +https://github.com/crashkonijn/GOAP.git?path=/Package#3.0.19-beta ``` - **OpenUPM**: