New vfx work now! (#785)

* will this fix the vfx??? stay tuned!

* Update GraphicsSettings.asset

* Update GraphicsSettings.asset
This commit is contained in:
wookywok
2024-03-12 13:59:03 -05:00
committed by GitHub
parent 281d318d38
commit 8cde347c35
4 changed files with 171 additions and 5 deletions

View File

@ -1,8 +1,8 @@
using System;
public static class AppInfo {
public const string Version = "1.0.7";
public static readonly DateTime Date = new DateTime(2024, 03, 04, 16, 30, 24, 733, DateTimeKind.Utc);
public const string Version = "1.0.8";
public static readonly DateTime Date = new DateTime(2024, 03, 11, 23, 05, 18, 869, DateTimeKind.Utc);
}