Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed May 29, 2022
1 parent f0b4322 commit 76e3482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReFract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ReFract : NeosMod
{
public override string Author => "Cyro";
public override string Name => "ReFract";
public override string Version => "1.0.0";
public override string Version => "1.1.0";
public static string DynVarKeyString => "Re.Fract_";
public static string DynVarCamKeyString => "Re.Fract_Camera_";
public static string ReFractTag => "Re:FractCameraSpace";
Expand Down

0 comments on commit 76e3482

Please sign in to comment.