File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class MainPlugin : BaseUnityPlugin
1010 {
1111 public const string PluginGuid = "com.yoship1639.plugins.valheimvrm" ;
1212 public const string PluginName = "ValheimVRM" ;
13- public const string PluginVersion = "1.1.1 .0" ;
13+ public const string PluginVersion = "1.1.2 .0" ;
1414
1515 void Awake ( )
1616 {
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Library</OutputType >
55 <TargetFramework >net462</TargetFramework >
6- <Version >1.1.1 .0</Version >
7- <AssemblyVersion >1.1.1 .0</AssemblyVersion >
6+ <Version >1.1.2 .0</Version >
7+ <AssemblyVersion >1.1.2 .0</AssemblyVersion >
88 </PropertyGroup >
99
1010 <ItemGroup >
Original file line number Diff line number Diff line change @@ -231,6 +231,10 @@ <h3 class="title is-3">
231231 < h3 class ="title is-3 ">
232232 更新履歴
233233 </ h3 >
234+ < label class ="label "> ver 1.1.2</ label >
235+ < ul >
236+ < li > ModelOffsetYが正常に効かなかった問題を修正</ li >
237+ </ ul >
234238 < label class ="label "> ver 1.1.1</ label >
235239 < ul >
236240 < li > 装備が振動する問題を修正</ li >
You can’t perform that action at this time.
0 commit comments