diff --git a/electron-builder.json b/electron-builder.json index 762c10d6d..1b6c21d4d 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -10,7 +10,7 @@ "category": "public.app-category.productivity", "target": ["dmg", "pkg", "zip", "mas"], "icon": "build/icon.icns", - "bundleVersion": "121", + "bundleVersion": "122", "helperBundleId": "chat.rocket.electron.helper", "type": "distribution", "artifactName": "rocketchat-${version}-${os}.${ext}", diff --git a/package.json b/package.json index b4e2da055..ddc7fa505 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "productName": "Rocket.Chat", "name": "rocketchat", "description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat", - "version": "3.9.11", + "version": "3.9.12", "author": "Rocket.Chat Support ", "copyright": "© 2016-2023, Rocket.Chat", "homepage": "https://rocket.chat",