Skip to content

Commit 4aa3ffa

Browse files
committed
Version bump
1 parent f616223 commit 4aa3ffa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Trashy/Trashy.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55

6-
<Version>0.5.0</Version>
7-
<AssemblyVersion>0.5.0</AssemblyVersion>
6+
<Version>0.5.1</Version>
7+
<AssemblyVersion>0.5.1</AssemblyVersion>
88

99
<VTubeStudioPath></VTubeStudioPath>
1010
</PropertyGroup>

src/Trashy/TrashyPlugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Trashy
1414
[BepInPlugin("TrashyPlugin", "Throw trash at the VTuber", Version)]
1515
public class TrashyPlugin : BaseUnityPlugin
1616
{
17-
public const string Version = "0.5.0";
17+
public const string Version = "0.5.1";
1818

1919
public static AssetBundle Bundle;
2020
public static VTubeStudioModelLoader ModelLoader;

0 commit comments

Comments
 (0)