From 57a7939077cebe652147dd97c6d683227b6248da Mon Sep 17 00:00:00 2001 From: Trevor <25110388+TrevTV@users.noreply.github.com> Date: Wed, 19 Jan 2022 20:12:04 -0500 Subject: [PATCH] up version --- DawnVRMod/VRMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DawnVRMod/VRMain.cs b/DawnVRMod/VRMain.cs index 4260a9b..904cd0a 100644 --- a/DawnVRMod/VRMain.cs +++ b/DawnVRMod/VRMain.cs @@ -14,7 +14,7 @@ public static class BuildInfo public const string Name = "DawnVR"; public const string Author = "trev (full credits in README)"; public const string Company = null; - public const string Version = "0.2.0"; + public const string Version = "0.2.1"; public const string DownloadLink = null; }