Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
will258012 committed Mar 31, 2024
1 parent fb43df5 commit 701f746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FPSCamera/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Mod : CSkyL.Mod<Config, UI.OptionsMenu>
{
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()
Expand Down
2 changes: 1 addition & 1 deletion FPSCamera/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")]

0 comments on commit 701f746

Please sign in to comment.