Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LGhassen committed Jul 16, 2024
1 parent a2d6ecb commit 02ec087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scatterer/Scatterer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using UnityEngine;
using UnityEngine.Rendering;

[assembly:AssemblyVersion("0.0877")]
[assembly:AssemblyVersion("0.0878")]
namespace Scatterer
{
[KSPAddon(KSPAddon.Startup.EveryScene, false)]
Expand Down Expand Up @@ -48,7 +48,7 @@ public class Scatterer: MonoBehaviour
bool coreInitiated = false;
public bool isActive = false;
public bool unifiedCameraMode = false;
public string versionNumber = "0.0877p";
public string versionNumber = "0.0878p";

public List<GenericAntiAliasing> antiAliasingScripts = new List<GenericAntiAliasing>();

Expand Down

0 comments on commit 02ec087

Please sign in to comment.