diff --git a/package.json b/package.json index 7bf46acf..465e375e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterdiscord", - "version": "1.5.2", + "version": "1.5.3", "description": "Enhances Discord by adding functionality and themes.", "main": "src/index.js", "scripts": { diff --git a/renderer/src/data/changelog.js b/renderer/src/data/changelog.js index 954852fd..674c3de4 100644 --- a/renderer/src/data/changelog.js +++ b/renderer/src/data/changelog.js @@ -5,7 +5,7 @@ export default { title: "Fixes", type: "fixed", items: [ - "BD loads again, thanks to Strencher for this late night fix while I was away" + "Injection on Canary is fixed!" ] } ]