File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = v3.0.2
51+ PROJECT_NUMBER = v3.0.3
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
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public class LLMUnitySetup
9898 {
9999 // DON'T CHANGE! the version is autocompleted with a GitHub action
100100 /// <summary> LLM for Unity version </summary>
101- public static string Version = "v3.0.2 " ;
101+ public static string Version = "v3.0.3 " ;
102102 /// <summary> LlamaLib version </summary>
103103 public static string LlamaLibVersion = "v2.0.4" ;
104104 /// <summary> LlamaLib release url </summary>
Original file line number Diff line number Diff line change 1- v3.0.2
1+ v3.0.3
Original file line number Diff line number Diff line change 11{
22 "name" : " ai.undream.llm" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.0.3 " ,
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" ,
You can’t perform that action at this time.
0 commit comments