Skip to content

Commit

Permalink
Update cs2-store.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarper committed Aug 26, 2024
1 parent b8704d7 commit 368c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store/src/cs2-store.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Store;
public class Store : BasePlugin, IPluginConfig<Item_Config>
{
public override string ModuleName => "Store";
public override string ModuleVersion => "1.2";
public override string ModuleVersion => "1.3";
public override string ModuleAuthor => "schwarper";

public Item_Config Config { get; set; } = new Item_Config();
Expand Down

0 comments on commit 368c630

Please sign in to comment.