Skip to content

Commit 91f5e36

Browse files
committed
ver 1.1.2
1 parent f6cf05d commit 91f5e36

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ValheimVRM/MainPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

ValheimVRM/ValheimVRM.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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>

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)