Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TisRyno committed Apr 5, 2024
1 parent 73d4f78 commit e308800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LethalProgression/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

namespace LethalProgression
{
[BepInPlugin("Stoneman.LethalProgression", "Lethal Progression", "1.4.0")]
[BepInPlugin("Stoneman.LethalProgression", "Lethal Progression", "1.6.0")]
internal class LethalPlugin : BaseUnityPlugin
{
private const string modGUID = "Stoneman.LethalProgression";
private const string modName = "Lethal Progression";
private const string modVersion = "1.4.0";
private const string modVersion = "1.6.0";
private const string modAuthor = "Stoneman";
public static AssetBundle skillBundle;

Expand Down

0 comments on commit e308800

Please sign in to comment.