Skip to content

Commit 22c1646

Browse files
authored
chore: Bump version numbers and update copyright year (#3169)
- Updated the bundle version in electron-builder.json from 25110 to 26010. - Incremented the application version in package.json from 4.10.2 to 4.11.0. - Updated copyright year in LICENSE and package.json from 2025 to 2026.
1 parent 5f96eb0 commit 22c1646

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2025 Rocket.Chat Technologies Corp.
3+
Copyright (c) 2015-2026 Rocket.Chat Technologies Corp.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"category": "public.app-category.productivity",
1212
"target": ["dmg", "pkg", "zip", "mas"],
1313
"icon": "build/icon.icns",
14-
"bundleVersion": "25110",
14+
"bundleVersion": "26010",
1515
"helperBundleId": "chat.rocket.electron.helper",
1616
"type": "distribution",
1717
"artifactName": "rocketchat-${version}-${os}.${ext}",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"productName": "Rocket.Chat",
77
"name": "rocketchat",
88
"description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat",
9-
"version": "4.10.2",
9+
"version": "4.11.0",
1010
"author": "Rocket.Chat Support <support@rocket.chat>",
11-
"copyright": "© 2016-2025, Rocket.Chat",
11+
"copyright": "© 2016-2026, Rocket.Chat",
1212
"homepage": "https://rocket.chat",
1313
"license": "MIT",
1414
"goUrlShortener": "go.rocket.chat",

0 commit comments

Comments
 (0)