File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "LLM for Unity"
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = v2.2.4
51
+ PROJECT_NUMBER = v2.2.5
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public class LLMUnitySetup
100
100
{
101
101
// DON'T CHANGE! the version is autocompleted with a GitHub action
102
102
/// <summary> LLM for Unity version </summary>
103
- public static string Version = "v2.2.4 " ;
103
+ public static string Version = "v2.2.5 " ;
104
104
/// <summary> LlamaLib version </summary>
105
105
public static string LlamaLibVersion = "v1.1.12" ;
106
106
/// <summary> LlamaLib release url </summary>
Original file line number Diff line number Diff line change 1
- v2.2.4
1
+ v2.2.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ai.undream.llm" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 2.2.5 " ,
4
4
"displayName" : " LLM for Unity" ,
5
5
"description" : " LLM for Unity allows to run and distribute Large Language Models (LLMs) in the Unity engine." ,
6
6
"unity" : " 2022.3" ,
You can’t perform that action at this time.
0 commit comments