Skip to content

Commit

Permalink
chore(release): 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
notMorrow committed May 8, 2021
1 parent c1a1415 commit 7e0495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterCodeblocks/BetterCodeblocks.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@else@*/

module.exports = (() => {
const config = {"main":"index.js","info":{"name":"BetterCodeblocks","authors":[{"name":"Bread","discord_id":"304260051915374603","github_username":"vBread"}],"version":"1.2.2","description":"Enhances the look and feel of Discord's codeblocks with customizable colors","github":"https://github.com/vBread/bd-contributions/tree/master/BetterCodeblocks","github_raw":"https://github.com/vBread/bd-contributions/blob/master/BetterCodeblocks/BetterCodeblocks.plugin.js"},"changelog":[{"title":"Fix","type":"fixed","items":["Update GitHub links"]}]};
const config = {"main":"index.js","info":{"name":"BetterCodeblocks","authors":[{"name":"Bread","discord_id":"304260051915374603","github_username":"vBread"}],"version":"1.2.3","description":"Enhances the look and feel of Discord's codeblocks with customizable colors","github":"https://github.com/vBread/bd-contributions/tree/master/BetterCodeblocks","github_raw":"https://github.com/vBread/bd-contributions/blob/master/BetterCodeblocks/BetterCodeblocks.plugin.js"},"changelog":[{"title":"Fix","type":"fixed","items":["Update GitHub links"]}]};

return !global.ZeresPluginLibrary ? class {
constructor() {this._config = config;}
Expand Down

0 comments on commit 7e0495d

Please sign in to comment.