Skip to content

Commit

Permalink
Up TitleShortcuts version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Oct 13, 2020
1 parent 477ece1 commit b694f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TitleShortcuts.Core/TitleShortcutsCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public abstract class TitleShortcutsCore : BaseUnityPlugin
{
public const string GUID = "keelhauled.titleshortcuts";
public const string PluginName = "Title Shortcuts";
public const string Version = "1.2.0." + BuildNumber.Version;
public const string Version = "1.2.1." + BuildNumber.Version;

protected const string SECTION_HOTKEYS = "Keyboard shortcuts";
protected const string SECTION_GENERAL = "General";
Expand Down

0 comments on commit b694f30

Please sign in to comment.