Skip to content

Commit 743a574

Browse files
committed
Add comment and increase version number
1 parent 87e6772 commit 743a574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SaveWin10Pictures/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private static void Main()
1111
{
1212
Action<string> display = Console.WriteLine;
1313
Console.ForegroundColor = ConsoleColor.White;
14-
display($"Save Windows 10 wallpaper V1.2");
14+
display($"Save Windows 10 wallpaper V1.3 with Explorer opening");
1515
display(string.Empty);
1616
display("Checking if there are new images to be copied...");
1717
List<string> files = new List<string>();

0 commit comments

Comments
 (0)