We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4986085 commit 894d35dCopy full SHA for 894d35d
1 file changed
Assets/Scripts/VersionInfo.cs
@@ -21,7 +21,7 @@ public static class VersionInfo
21
public const string DaggerfallUnityVersion = "1.1.1";
22
public const string DaggerfallToolsForUnityVersion = "1.9.2";
23
24
- public const string DaggerfallUnityForAndroidVersion = "1.1.1.5";
+ public const string DaggerfallUnityForAndroidVersion = "1.1.1.6";
25
26
public static string DaggerfallUnityVersionPlatformIndependent => Application.isMobilePlatform ? DaggerfallUnityForAndroidVersion : DaggerfallUnityVersion;
27
0 commit comments