From 012cae3e5b09dce199bbfed2338d8c913ecb70d1 Mon Sep 17 00:00:00 2001 From: Butterscotch! Date: Fri, 17 Jan 2025 01:09:41 -0500 Subject: [PATCH] Update version to v0.3.1 --- SlimeVrOta/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlimeVrOta/Constants.cs b/SlimeVrOta/Constants.cs index 1acb0a1..63ee999 100644 --- a/SlimeVrOta/Constants.cs +++ b/SlimeVrOta/Constants.cs @@ -2,6 +2,6 @@ namespace SlimeVrOta { public static class Constants { - public static readonly string Version = "0.3.0"; + public static readonly string Version = "0.3.1"; } }