Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 8c15824

Browse files
author
Zaczero
committed
public 1.1
1 parent 7ff4c17 commit 8c15824

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SharpLoader/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Program
2929
*/
3030

3131
private const string Author = "Zaczero";
32-
private const string Version = "1.0";
32+
private const string Version = "1.1";
3333

3434
private const int ReadBufferSize = 255;
3535

SharpLoader/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

0 commit comments

Comments
 (0)