From adaf63c7fce196df8900c9ae7372c5e078c0569d Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Sun, 19 Feb 2023 14:10:36 +0100 Subject: [PATCH] Dump to v0.0.9-alpha --- Capy64/Capy64.cs | 2 +- Capy64/Capy64.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Capy64/Capy64.cs b/Capy64/Capy64.cs index 6a26dcf..02680b6 100644 --- a/Capy64/Capy64.cs +++ b/Capy64/Capy64.cs @@ -33,7 +33,7 @@ namespace Capy64; public class Capy64 : Game, IGame { - public const string Version = "0.0.8-alpha"; + public const string Version = "0.0.9-alpha"; public static string AppDataPath = Path.Combine( Environment.GetFolderPath( Environment.SpecialFolder.ApplicationData, diff --git a/Capy64/Capy64.csproj b/Capy64/Capy64.csproj index 7632668..dd76ecf 100644 --- a/Capy64/Capy64.csproj +++ b/Capy64/Capy64.csproj @@ -40,7 +40,7 @@ - +