Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
KoikatsuVrThrowaway authored Aug 4, 2018
1 parent a8499ea commit c0d0b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VRGIN.Template/VRPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace KoikatuVR
/// <summary>
/// This is an example for a VR plugin. At the same time, it also functions as a generic one.
/// </summary>
[BepInPlugin(GUID: "KoikatsuVR.unofficial", Name: "KoikatuVR", Version: "0.7")]
[BepInPlugin(GUID: "KoikatsuVR.unofficial", Name: "KoikatuVR", Version: "0.7.1")]
public class VRPlugin : BaseUnityPlugin
{

Expand All @@ -27,7 +27,7 @@ public string Version
{
get
{
return "0.7";
return "0.7.1";
}
}

Expand Down

0 comments on commit c0d0b6a

Please sign in to comment.