Skip to content

Commit

Permalink
Bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dancol90 committed Feb 5, 2022
1 parent 9d17cfc commit 337e187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Source/mi-360/Mi360Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public Mi360Application()
hh.EnableHiding = true;
else
MessageBox.Show("HidHide is not installed or it's currently used by another application. Device hiding will not work properly.", "HidHid unavailable", MessageBoxButtons.OK, MessageBoxIcon.Warning);

}

_Logger.Information("mi-360 is running");
Expand Down
2 changes: 1 addition & 1 deletion Source/mi-360/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// usando l'asterisco '*' come illustrato di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.0")]
[assembly: AssemblyVersion("0.6.1")]

0 comments on commit 337e187

Please sign in to comment.