Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarper committed Jun 11, 2024
1 parent 0d9b6d3 commit dfd7c71
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.1";
public override string ModuleVersion => "0.2.2";
public override string ModuleAuthor => "schwarper & xshadowbringer";

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

0 comments on commit dfd7c71

Please sign in to comment.