Skip to content

Commit f0d4a1a

Browse files
committed
Code revised
1 parent b4a8c44 commit f0d4a1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

InfoFinder/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public static void PrintLogo()
270270
Console.WriteLine(" ## ## ## ## ## ## ## ## ## ## ## ## ## ## ");
271271
Console.WriteLine(" #### ## ## #### #### #### #### ## ## ###### ##### #### ");
272272
Console.ForegroundColor = ConsoleColor.Yellow;
273-
Console.WriteLine("\nProgram created by Asierso\nInfoFinder Ver 1.3.2\nPress Ctrl + C to exit\n-------------------");
273+
Console.WriteLine("\nProgram created by Asierso\nInfoFinder Ver 1.3.3\nPress Ctrl + C to exit\n-------------------");
274274
Console.ResetColor();
275275
}
276276

InfoFinder/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión
3333
// utilizando el carácter "*", como se muestra a continuación:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.2.0")]
36-
[assembly: AssemblyFileVersion("1.3.2.0")]
35+
[assembly: AssemblyVersion("1.3.3.0")]
36+
[assembly: AssemblyFileVersion("1.3.3.0")]

0 commit comments

Comments
 (0)