Skip to content

Commit fc8199d

Browse files
committed
Version bump to 0.4.0
1 parent 7413fc4 commit fc8199d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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.3.3</Version>
7-
<AssemblyVersion>0.3.3</AssemblyVersion>
6+
<Version>0.4.0</Version>
7+
<AssemblyVersion>0.4.0</AssemblyVersion>
88

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

Diff for: 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.3.3";
17+
public const string Version = "0.4.0";
1818

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

0 commit comments

Comments
 (0)