diff --git a/SharpStrikeConsole/Program.cs b/SharpStrikeConsole/Program.cs index e9beaa8..19346fc 100644 --- a/SharpStrikeConsole/Program.cs +++ b/SharpStrikeConsole/Program.cs @@ -31,7 +31,6 @@ private static void Main(string[] args) { try { - args = new [] { "--show-examples" }; Init(); PrintAbout(); HandleCommand(args).Wait(); diff --git a/SharpStrikeConsole/Properties/AssemblyInfo.cs b/SharpStrikeConsole/Properties/AssemblyInfo.cs index b301435..7496acc 100644 --- a/SharpStrikeConsole/Properties/AssemblyInfo.cs +++ b/SharpStrikeConsole/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")] diff --git a/SharpStrikeWinForms/Properties/AssemblyInfo.cs b/SharpStrikeWinForms/Properties/AssemblyInfo.cs index 9f0e0fd..e5d42f2 100644 --- a/SharpStrikeWinForms/Properties/AssemblyInfo.cs +++ b/SharpStrikeWinForms/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")]