From d878d88bd9c5f0ac57bbdb37cc680e7612b476c8 Mon Sep 17 00:00:00 2001 From: amakropoulos Date: Wed, 2 Oct 2024 20:55:01 +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 a1c207e3..1ea9fa2b 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 = v2.2.4 +PROJECT_NUMBER = v2.2.5 # 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 0a757b5b..e5b2364d 100644 --- a/Runtime/LLMUnitySetup.cs +++ b/Runtime/LLMUnitySetup.cs @@ -100,7 +100,7 @@ public class LLMUnitySetup { // DON'T CHANGE! the version is autocompleted with a GitHub action /// LLM for Unity version - public static string Version = "v2.2.4"; + public static string Version = "v2.2.5"; /// LlamaLib version public static string LlamaLibVersion = "v1.1.12"; /// LlamaLib release url diff --git a/VERSION b/VERSION index 3b56826b..fbc97b0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.2.4 +v2.2.5 diff --git a/package.json b/package.json index 7e752c3a..bef44bbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai.undream.llm", - "version": "2.2.4", + "version": "2.2.5", "displayName": "LLM for Unity", "description": "LLM for Unity allows to run and distribute Large Language Models (LLMs) in the Unity engine.", "unity": "2022.3",