Update OldTitleBar.plugin.js

This commit is contained in:
Mirco Wittrien 2021-04-04 10:46:46 +02:00 committed by GitHub
parent e9bfd395a1
commit 8646ea74e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @name OldTitleBar
* @author DevilBro
* @authorId 278543574059057154
* @version 1.6.7
* @version 1.6.8
* @description Allows you to switch to Discord's old Titlebar or add the native OS Titlebar
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,7 +17,7 @@ module.exports = (_ => {
"info": {
"name": "OldTitleBar",
"author": "DevilBro",
"version": "1.6.7",
"version": "1.6.8",
"description": "Allows you to switch to Discord's old Titlebar or add the native OS Titlebar"
}
};
@ -340,4 +340,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();