Skip to content

Commit e62d5c5

Browse files
committed
update VERSION
1 parent 5a48ad3 commit e62d5c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "LLM for Unity"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = v2.2.4
51+
PROJECT_NUMBER = v2.2.5
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

Runtime/LLMUnitySetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class LLMUnitySetup
100100
{
101101
// DON'T CHANGE! the version is autocompleted with a GitHub action
102102
/// <summary> LLM for Unity version </summary>
103-
public static string Version = "v2.2.4";
103+
public static string Version = "v2.2.5";
104104
/// <summary> LlamaLib version </summary>
105105
public static string LlamaLibVersion = "v1.1.12";
106106
/// <summary> LlamaLib release url </summary>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.4
1+
v2.2.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai.undream.llm",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"displayName": "LLM for Unity",
55
"description": "LLM for Unity allows to run and distribute Large Language Models (LLMs) in the Unity engine.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)