Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Sep 14, 2020
1 parent 8eedb30 commit dad7093
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.1.2." + BuildNumber.Version;
public const string Version = "1.2.0." + BuildNumber.Version;

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

0 comments on commit dad7093

Please sign in to comment.