Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbyte committed Jul 9, 2022
1 parent 0d32954 commit 3622e6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ConverterApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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.15.10.0")]
[assembly: AssemblyFileVersion("1.15.10.0")]
[assembly: AssemblyVersion("1.15.11.0")]
[assembly: AssemblyFileVersion("1.15.11.0")]
4 changes: 2 additions & 2 deletions Divine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.10.0")]
[assembly: AssemblyFileVersion("1.15.10.0")]
[assembly: AssemblyVersion("1.15.11.0")]
[assembly: AssemblyFileVersion("1.15.11.0")]
2 changes: 1 addition & 1 deletion LSLib/LS/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class Common

public const int MinorVersion = 15;

public const int PatchVersion = 10;
public const int PatchVersion = 11;

/// <summary>
/// Returns the version number of the LSLib library
Expand Down
4 changes: 2 additions & 2 deletions LSLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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.15.10.0")]
[assembly: AssemblyFileVersion("1.15.10.0")]
[assembly: AssemblyVersion("1.15.11.0")]
[assembly: AssemblyFileVersion("1.15.11.0")]

0 comments on commit 3622e6f

Please sign in to comment.