diff --git a/Plugins/PersonalPins/PersonalPins.plugin.js b/Plugins/PersonalPins/PersonalPins.plugin.js index a45c56fdfd..3f513e9502 100644 --- a/Plugins/PersonalPins/PersonalPins.plugin.js +++ b/Plugins/PersonalPins/PersonalPins.plugin.js @@ -5,13 +5,13 @@ class PersonalPins { getDescription () {return "Similar to normal pins. Lets you save messages as notes for yourself.";} - getVersion () {return "1.7.9";} + getVersion () {return "1.8.0";} getAuthor () {return "DevilBro";} initConstructor () { this.changelog = { - "fixed":[["Switching","Fixed the issue where you had to click the button twice after switching servers"]] + "fixed":[["New Structure","Fixed issues that will occur once the avatar/name changes from canary will hit stable/ptb"]] }; this.labels = {}; @@ -114,8 +114,14 @@ class PersonalPins {
-