Skip to content

Commit

Permalink
Version bump 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadnix-was-taken committed Jun 1, 2021
1 parent 0db518e commit 3950f8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ParticleOverdrive/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace ParticleOverdrive
public class Plugin
{
public string Name => "Particle Overdrive";
public string Version => "1.11.0";
public string Version => "1.11.1";
IPA.Logging.Logger log;

private static readonly string[] env = { "Init", "MainMenu", "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("1.11.0.0")]
[assembly: AssemblyFileVersion("1.11.0.0")]
[assembly: AssemblyVersion("1.11.1.0")]
[assembly: AssemblyFileVersion("1.11.1.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/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
"author": "lolPants",
"description": "A mod for adjusting particle settings in Beat Saber",
"gameVersion": "1.16.0",
"gameVersion": "1.16.1",
"id": "Particle Overdrive",
"name": "Particle Overdrive",
"version": "1.11.0",
"version": "1.11.1",
"dependsOn": {
"BSIPA": "^4.0.0",
"BeatSaberMarkupLanguage": "^1.4.0",
Expand Down

0 comments on commit 3950f8f

Please sign in to comment.