Skip to content

Commit

Permalink
Set version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razpbrry committed Mar 18, 2024
1 parent f23b1a3 commit 1a23ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImperfectModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ImperfectModels;
public partial class ImperfectModels : BasePlugin, IPluginConfig<Config>
{
public override string ModuleName => "Imperfect-Models";
public override string ModuleVersion => "1.0.0";
public override string ModuleVersion => "1.1.0";
public override string ModuleAuthor => "Imperfect Gamers - raz";
public override string ModuleDescription => "A plugin for handling player models.";

Expand Down

0 comments on commit 1a23ed5

Please sign in to comment.