diff --git a/CHANGELOG.md b/CHANGELOG.md index a74cb949c3..9547ea0248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.7](https://github.com/RocketChat/Rocket.Chat.Electron/compare/3.0.6...3.0.7) (2020-11-09) + + +### Bug Fixes + +* **build:** Force 32 and 64-bit builds for Windows ([e808e7a](https://github.com/RocketChat/Rocket.Chat.Electron/commit/e808e7a991490e5079bc3b2be6b9012b1af0988f)) + + + ## [3.0.6](https://github.com/RocketChat/Rocket.Chat.Electron/compare/3.0.5...3.0.6) (2020-11-03) diff --git a/electron-builder.json b/electron-builder.json index 408f0d1f83..7aa5ff77b7 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -17,7 +17,7 @@ "mas" ], "icon": "build/icon.icns", - "bundleVersion": "78", + "bundleVersion": "79", "helperBundleId": "chat.rocket.electron.helper", "type": "distribution", "artifactName": "rocketchat-${version}.${ext}", diff --git a/package.json b/package.json index d3422a68b7..6c5d046fb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rocketchat", "description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat", - "version": "3.0.6", + "version": "3.0.7", "author": "Rocket.Chat Support ", "copyright": "© 2016-2020, Rocket.Chat", "homepage": "https://rocket.chat",