Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Jun 23, 2020
1 parent 87c97de commit d29ed28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Buddy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace PintBuddy
id = "com.PintTheDragon.BuddyPlugin",
configPrefix = "buddy",
langFile = "buddyplugin",
version = "1.1.2",
version = "1.1.3",
SmodMajor = 3,
SmodMinor = 7,
SmodRevision = 0
Expand Down Expand Up @@ -80,13 +80,13 @@ public class Buddy : Plugin

public override void OnDisable()
{
this.Info(this.Details.name + "(by PintTheDragon) has unloaded.");
this.Info(this.Details.name + " v" + this.Details.version + " (by PintTheDragon) has unloaded.");
}

public override void OnEnable()
{
if (!this.enabled) return;
this.Info(this.Details.name + "(by PintTheDragon) has loaded.");
this.Info(this.Details.name + " v" + this.Details.version + " (by PintTheDragon) has loaded.");
}

public override void Register()
Expand Down

0 comments on commit d29ed28

Please sign in to comment.