Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jul 16, 2022
1 parent 3ca35e1 commit ea5989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BottlesPlugin/Bottles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace BottlesPlugin;
public class Bottles : IGameSource
{
public string ServiceName => "Bottles Integration";
public string Version => "v1.0.0";
public string Version => "v1.0.1";
public string SlugServiceName => "bottles";
public string ShortServiceName => "bottles";
private string _message = "";
Expand Down

0 comments on commit ea5989d

Please sign in to comment.