diff --git a/FPSCamera/Mod.cs b/FPSCamera/Mod.cs index 794b6a1..3ad306e 100644 --- a/FPSCamera/Mod.cs +++ b/FPSCamera/Mod.cs @@ -9,7 +9,7 @@ public class Mod : CSkyL.Mod { public override string FullName => "First Person Camera - Financial Districts Fix"; public override string ShortName => "FPSCamera"; - public override string Version => "2.2.1"; + public override string Version => "2.2.2"; public override string Description => "View your city from a different perspective"; protected override void _PostEnable() diff --git a/FPSCamera/Properties/AssemblyInfo.cs b/FPSCamera/Properties/AssemblyInfo.cs index bae2b85..f0403e3 100644 --- a/FPSCamera/Properties/AssemblyInfo.cs +++ b/FPSCamera/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.0.*")] +[assembly: AssemblyVersion("2.2.2.*")]