Skip to content

Commit

Permalink
Update Settings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sEbi3 authored Jul 27, 2022
1 parent 497e8f9 commit 7993c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ internal static void LoadSettings()
EndCall = ini.ReadEnum("Keys", "EndCall", Keys.End);
Dialog = ini.ReadEnum("Keys", "Dialog", Keys.Y);
}
public static readonly string PluginVersion = "1.5.8";
public static readonly string PluginVersion = "1.5.8.0";
}
}
}

0 comments on commit 7993c6c

Please sign in to comment.