From 1de4572ffa75d5de0644308a7438677b0536a467 Mon Sep 17 00:00:00 2001 From: amakropoulos Date: Tue, 28 May 2024 08:50:09 +0000 Subject: [PATCH] update VERSION --- .github/doxygen/Doxyfile | 2 +- Runtime/LLMUnitySetup.cs | 2 +- VERSION | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/doxygen/Doxyfile b/.github/doxygen/Doxyfile index 31a49153..705c81bb 100644 --- a/.github/doxygen/Doxyfile +++ b/.github/doxygen/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "LLM for Unity" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.2.8 +PROJECT_NUMBER = v1.2.9 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Runtime/LLMUnitySetup.cs b/Runtime/LLMUnitySetup.cs index eca2e9f8..b39d300a 100644 --- a/Runtime/LLMUnitySetup.cs +++ b/Runtime/LLMUnitySetup.cs @@ -32,7 +32,7 @@ public class LLMUnitySetup : MonoBehaviour { // DON'T CHANGE! the version is autocompleted with a GitHub action /// LLM for Unity version - public static string Version = "v1.2.8"; + public static string Version = "v1.2.9"; /// \cond HIDE public static Process CreateProcess( diff --git a/VERSION b/VERSION index d1f79a94..1db994be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.2.8 +v1.2.9 diff --git a/package.json b/package.json index c4142170..b833bb26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai.undream.llm", - "version": "1.2.8", + "version": "1.2.9", "displayName": "LLM for Unity", "description": "LLM for Unity allows to run and distribute Large Language Models (LLMs) in the Unity engine.", "unity": "2022.3",