Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathWeasel1337 authored Nov 6, 2018
1 parent 6687e07 commit bb7156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KK_GUIDMigration/KK_GUIDMigration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace KK_GUIDMigration
{
[BepInDependency("com.bepis.bepinex.sideloader")]
[BepInPlugin("com.deathweasel.bepinex.guidmigration", "GUID Migration", "1.0")]
[BepInPlugin("com.deathweasel.bepinex.guidmigration", "GUID Migration", "1.1")]
public class KK_GUIDMigration : BaseUnityPlugin
{
private static List<MigrationInfo> MigrationInfoList = new List<MigrationInfo>();
Expand Down

0 comments on commit bb7156c

Please sign in to comment.