Skip to content

Commit

Permalink
update: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samyycX committed Dec 14, 2024
1 parent d42462d commit db6c5fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace SkyboxChanger;
public class SkyboxChanger : BasePlugin, IPluginConfig<SkyboxConfig>
{
public override string ModuleName => "Skybox Changer";
public override string ModuleVersion => "1.2.1";
public override string ModuleVersion => "1.2.2";
public override string ModuleAuthor => "samyyc";

public SkyboxConfig Config { get; set; } = new();
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit db6c5fa

Please sign in to comment.