diff --git a/electron-builder.json b/electron-builder.json index 4d0e74ab2..3134d94df 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": "24092", + "bundleVersion": "24110", "helperBundleId": "chat.rocket.electron.helper", "type": "distribution", "artifactName": "rocketchat-${version}-${os}.${ext}", diff --git a/package.json b/package.json index 8f7ea8816..1fa949847 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": "4.1.1", + "version": "4.1.2", "author": "Rocket.Chat Support ", "copyright": "© 2016-2024, Rocket.Chat", "homepage": "https://rocket.chat",