Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychpsyo committed Aug 2, 2022
1 parent 07bc110 commit 75952aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
2 changes: 1 addition & 1 deletion Tooltippery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Tooltippery : NeosMod
{
public override string Name => "Tooltippery";
public override string Author => "Psychpsyo";
public override string Version => "1.0.0";
public override string Version => "1.0.1";
public override string Link => "https://github.com/Psychpsyo/Tooltippery";

private static Dictionary<IButton, Tooltip> openTooltips = new Dictionary<IButton, Tooltip>();
Expand Down

0 comments on commit 75952aa

Please sign in to comment.