diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c12e81eee..a74cb949c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.6](https://github.com/RocketChat/Rocket.Chat.Electron/compare/3.0.5...3.0.6) (2020-11-03) + + +### Bug Fixes + +* update.json files ignored ([#1861](https://github.com/RocketChat/Rocket.Chat.Electron/issues/1861)) ([d4c3368](https://github.com/RocketChat/Rocket.Chat.Electron/commit/d4c336870c51f518fbadb2f062ba523effba44bf)) + + + ## [3.0.5](https://github.com/RocketChat/Rocket.Chat.Electron/compare/3.0.4...3.0.5) (2020-10-28) diff --git a/electron-builder.json b/electron-builder.json index e8ffbfe92c..408f0d1f83 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -17,7 +17,7 @@ "mas" ], "icon": "build/icon.icns", - "bundleVersion": "77", + "bundleVersion": "78", "helperBundleId": "chat.rocket.electron.helper", "type": "distribution", "artifactName": "rocketchat-${version}.${ext}", diff --git a/package.json b/package.json index 9268e815e1..d3422a68b7 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-snapshot", + "version": "3.0.6", "author": "Rocket.Chat Support ", "copyright": "© 2016-2020, Rocket.Chat", "homepage": "https://rocket.chat",