Skip to content

Commit

Permalink
Getting ready for 0.0.8-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Feb 12, 2023
1 parent 4143417 commit 963d47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Capy64/Capy64.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ namespace Capy64;

public class Capy64 : Game, IGame
{
public const string Version = "0.0.7-alpha";
public const string Version = "0.0.8-alpha";
public static string AppDataPath = Path.Combine(
Environment.GetFolderPath(
Environment.SpecialFolder.ApplicationData,
Environment.SpecialFolderOption.Create),
"Capy64");
public static Capy64 Instance;
public static Capy64 Instance { get; private set; }
public Capy64 Game => this;
public IList<IPlugin> NativePlugins { get; private set; }
public IList<IPlugin> Plugins { get; private set; }
Expand Down

0 comments on commit 963d47a

Please sign in to comment.