Update PersonalPins.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-01 13:22:55 +01:00
parent 537e5761b5
commit 171b6b6d84
1 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ module.exports = (_ => {
"info": { "info": {
"name": "PersonalPins", "name": "PersonalPins",
"author": "DevilBro", "author": "DevilBro",
"version": "1.9.9", "version": "2.0.0",
"description": "Allows you to save locally pin Messages similar to normal Pins" "description": "Allows you to save locally pin Messages similar to normal Pins"
}, },
"changeLog": { "changeLog": {
"improved": { "fixed": {
"Quick Action": "Added Icon to quick action bar. Holding shift while hovering a message shows the quick action bar" "Jump To": "Fixed Server not updating when jumping to a pinned Message"
} }
} }
}; };