File tree 4 files changed +4
-4
lines changed
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.1.0
51
+ PROJECT_NUMBER = v2.1.1
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 @@ -84,7 +84,7 @@ public class LLMUnitySetup
84
84
{
85
85
// DON'T CHANGE! the version is autocompleted with a GitHub action
86
86
/// <summary> LLM for Unity version </summary>
87
- public static string Version = "v2.1.0 " ;
87
+ public static string Version = "v2.1.1 " ;
88
88
/// <summary> LlamaLib version </summary>
89
89
public static string LlamaLibVersion = "v1.1.6" ;
90
90
/// <summary> LlamaLib url </summary>
Original file line number Diff line number Diff line change 1
- v2.1.0
1
+ v2.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ai.undream.llm" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
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