From 945b7981ebb2cdd8ad1cb76fa5a4448282307cba Mon Sep 17 00:00:00 2001 From: Jean Brito Date: Fri, 16 Feb 2024 16:07:37 -0300 Subject: [PATCH] Version 3.9.14 --- LICENSE | 2 +- electron-builder.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 6f51cc44e..9800e8628 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2023 Rocket.Chat Technologies Corp. +Copyright (c) 2015-2024 Rocket.Chat Technologies Corp. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/electron-builder.json b/electron-builder.json index 25196f6a6..1cfe1baf4 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": "124", + "bundleVersion": "125", "helperBundleId": "chat.rocket.electron.helper", "type": "distribution", "artifactName": "rocketchat-${version}-${os}.${ext}", diff --git a/package.json b/package.json index 662b082f3..acf6ba327 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "productName": "Rocket.Chat", "name": "rocketchat", "description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat", - "version": "3.9.13", + "version": "3.9.14", "author": "Rocket.Chat Support ", - "copyright": "© 2016-2023, Rocket.Chat", + "copyright": "© 2016-2024, Rocket.Chat", "homepage": "https://rocket.chat", "license": "MIT", "goUrlShortener": "go.rocket.chat",