From 4742d03ba0406e93a8047a1046be6a6a153801ed Mon Sep 17 00:00:00 2001 From: Zack Rauen Date: Mon, 11 Apr 2022 14:43:01 -0400 Subject: [PATCH] Bump version --- package.json | 2 +- renderer/src/data/changelog.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!" ] } ]