Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathWeasel1337 committed Jan 9, 2019
1 parent fb3dc00 commit 1ce5672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KK_Subtitles/KK_Subtitles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class KK_Subtitles : BaseUnityPlugin
{
public const string PluginName = "KK_Subtitles";
public const string GUID = "com.deathweasel.bepinex.subtitles";
public const string Version = "1.0";
public const string Version = "1.1";
internal static Info ActionGameInfoInstance;
internal static HSceneProc HSceneProcInstance;
public static bool WasTouched = false;
Expand Down

0 comments on commit 1ce5672

Please sign in to comment.