Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gamendegamer321 committed Jun 1, 2024
1 parent c1519e7 commit f739271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LethalAdmin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace LethalAdmin
[BepInPlugin("gamendegamer.lethaladmin", "Lethal Admin", PluginVersion)]
public class Plugin : BaseUnityPlugin
{
public const string PluginVersion = "1.8.0";
public const string PluginVersion = "1.9.0";

public static Plugin Instance;
public static string ConfigFolder;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lethal_Admin",
"version_number": "1.8.0",
"version_number": "1.9.0",
"website_url": "https://github.com/gamendegamer321/Lethal-Admin",
"description": "A mod that adds a few admin tools",
"dependencies": [
Expand Down

0 comments on commit f739271

Please sign in to comment.