We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fac37f + dbada19 commit d803d66Copy full SHA for d803d66
ModAssistant/Classes/ZeyuCount.cs
@@ -65,6 +65,7 @@ private static bool updateCount(int chance)
65
66
if (date != $"{DateTime.Now.Date.Year}-{DateTime.Now.Date.Month}-{DateTime.Now.Date.Day}")
67
{
68
+ date = $"{DateTime.Now.Date.Year}-{DateTime.Now.Date.Month}-{DateTime.Now.Date.Day}";
69
count = 0;
70
}
71
ModAssistant/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
51
// You can specify all the values or you can default the Build and Revision Numbers
52
// by using the '*' as shown below:
53
// [assembly: AssemblyVersion("1.0.*")]
54
-[assembly: AssemblyVersion("1.1.3204.0")]
55
-[assembly: AssemblyFileVersion("1.1.3204.0")]
+[assembly: AssemblyVersion("1.1.3205.0")]
+[assembly: AssemblyFileVersion("1.1.3205.0")]
0 commit comments