From 9d2ac14da9902c1d186d043f105da5193beb7be2 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 4 Feb 2020 09:53:42 +0100 Subject: [PATCH] Update PersonalPins.plugin.js --- Plugins/PersonalPins/PersonalPins.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/PersonalPins/PersonalPins.plugin.js b/Plugins/PersonalPins/PersonalPins.plugin.js index ae04cdefe4..c8e8a753a4 100644 --- a/Plugins/PersonalPins/PersonalPins.plugin.js +++ b/Plugins/PersonalPins/PersonalPins.plugin.js @@ -12,7 +12,7 @@ var PersonalPins = (_ => { getDescription () {return "Similar to normal pins. Lets you save messages as notes for yourself.";} - getVersion () {return "1.8.^9";} + getVersion () {return "1.8.9";} getAuthor () {return "DevilBro";}