Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Keelhauled committed Jan 8, 2020
1 parent 91d1911 commit ec8edbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AltAutoMode.PlayHome/AltAutoMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace KeelPlugins
public class AltAutoMode : BaseUnityPlugin
{
public const string GUID = "keelhauled.altautomode";
public const string Version = "1.0.0." + BuildNumber.Version;
public const string Version = "1.0.1." + BuildNumber.Version;

private Harmony harmony;

Expand Down
2 changes: 1 addition & 1 deletion src/RealPOV.Core/RealPOVCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public abstract class RealPOVCore : BaseUnityPlugin
{
public const string GUID = "keelhauled.realpov";
public const string PluginName = "RealPOV";
public const string Version = "1.0.1." + BuildNumber.Version;
public const string Version = "1.0.2." + BuildNumber.Version;

internal const string SECTION_GENERAL = "General";
internal const string SECTION_HOTKEYS = "Keyboard shortcuts";
Expand Down
2 changes: 1 addition & 1 deletion src/TitleShortcuts.Core/TitleShortcutsCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public abstract class TitleShortcutsCore : BaseUnityPlugin
{
public const string GUID = "keelhauled.titleshortcuts";
public const string PluginName = "Title shortcuts";
public const string Version = "1.1.1." + BuildNumber.Version;
public const string Version = "1.1.2." + BuildNumber.Version;

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

2 comments on commit ec8edbb

@hhellside
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey how about adding female pov for playhome like one in honeyselect

@Keelhauled
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No plans to add that and don't comment on commits in the future. Create an issue instead.

Please sign in to comment.