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.
1 parent 6461abe commit 654beb8Copy full SHA for 654beb8
ArchivePasswordTestTool/Program.cs
@@ -12,7 +12,7 @@ namespace ArchivePasswordTestTool
12
public class Program
13
{
14
public static readonly string AppName = "ArchivePasswordTestTool";
15
- public static readonly int[] Version = new int[] { 1, 5, 1 };
+ public static readonly int[] Version = new int[] { 1, 5, 2 };
16
public static readonly string VersionType = "Release";
17
public static readonly string AppHomePage = "https://www.bilibili.com/read/cv6101558";
18
public static readonly string Developer = "dawn-lc";
0 commit comments