Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qualcosa committed Jul 4, 2023
1 parent a176b16 commit d3bf1c4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Compact RAM Cleaner/Controls/GroupPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public string Title

public GroupPanel()
{
_label = new Label { AutoSize = true, Location = new Point(20, 3), Text = Title };
_label = new Label { AutoSize = true, Location = new Point(_indent * 2, 3), Text = Title };
Controls.Add(_label);
}

Expand Down
10 changes: 5 additions & 5 deletions Compact RAM Cleaner/Forms/Notify.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Compact RAM Cleaner/Forms/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Compact RAM Cleaner/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.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]

0 comments on commit d3bf1c4

Please sign in to comment.