Skip to content

Commit

Permalink
Update cs2-store.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarper authored Jun 18, 2024
1 parent 75b062a commit d008af3
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 @@ -10,7 +10,7 @@ namespace Store;
public class Store : BasePlugin, IPluginConfig<StoreConfig>
{
public override string ModuleName => "Store";
public override string ModuleVersion => "0.2.2";
public override string ModuleVersion => "0.2.3";
public override string ModuleAuthor => "schwarper & xshadowbringer";

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

0 comments on commit d008af3

Please sign in to comment.