Skip to content

Commit

Permalink
0.7.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadnix-was-taken committed Nov 7, 2019
1 parent f01d1bd commit 34b74fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions ParticleOverdrive/ParticleOverdrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>copy ".\ParticleOverdrive.dll" "$(GameDirPath)Plugins"</PostBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion ParticleOverdrive/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ParticleOverdrive
public class Plugin : IBeatSaberPlugin
{
public string Name => "Particle Overdive";
public string Version => "0.6.0";
public string Version => "0.7.0";

private static readonly string[] env = { "Init", "MenuCore", "GameCore", "Credits" };

Expand Down
4 changes: 2 additions & 2 deletions ParticleOverdrive/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: NeutralResourcesLanguage("en-GB")]

4 changes: 2 additions & 2 deletions ParticleOverdrive/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json",
"author": "lolPants",
"description": "A mod for adjusting particle settings in Beat Saber",
"gameVersion": "1.3.0",
"gameVersion": "1.5.0",
"id": "Particle Overdrive",
"name": "Particle Overdrive",
"version": "0.6.0",
"version": "0.7.0",
"dependsOn": {
"BSIPA": "^3.12.23",
"BS Utils": "^1.3.6",
Expand Down

0 comments on commit 34b74fb

Please sign in to comment.