Skip to content

Commit

Permalink
up minimum UMM version to 0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
katycat5e committed Jul 22, 2023
1 parent 77891bc commit 856c10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkinConfigurator/SkinModInfoModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class SkinModInfoModel : INotifyPropertyChanged, IPackageable
public string? DisplayName;
public string? Version = "1.0.0";
public string? Author;
public readonly string ManagerVersion = "0.26";
public readonly string ManagerVersion = "0.27.3";
public readonly string[] Requirements = { "SkinManagerMod" };

public void Trim()
Expand Down

0 comments on commit 856c10c

Please sign in to comment.