From 6e207e667ddc77f0901e402fd6d6e04ddf7cd89f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 10 Feb 2021 22:51:43 -0500 Subject: Fixes --- Sirop.Backend/Playback.cs | 2 +- Sirop.Backend/Version.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Sirop.Backend') diff --git a/Sirop.Backend/Playback.cs b/Sirop.Backend/Playback.cs index 940382c..bec3d21 100644 --- a/Sirop.Backend/Playback.cs +++ b/Sirop.Backend/Playback.cs @@ -40,7 +40,7 @@ namespace Sirop.Backend pipeline.SetState(State.Null); - } + } public static void StopAudio() { diff --git a/Sirop.Backend/Version.cs b/Sirop.Backend/Version.cs index 15ed016..df30c15 100644 --- a/Sirop.Backend/Version.cs +++ b/Sirop.Backend/Version.cs @@ -1,8 +1,8 @@ -namespace Erable +namespace Sirop.Backend { public class Version { - public string ErableVersion = "0.1"; - public string SiropVersion = "0.1"; + public static string ErableVersion = "0.1"; + public static string SiropVersion = "0.1"; } } \ No newline at end of file -- cgit v1.2.3