aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Settgast <csett86_git@quicksands.de>2023-01-24 15:30:10 +0100
committerGitHub <noreply@github.com>2023-01-24 15:30:10 +0100
commit786f068e16e1c24da3f14112c83484a808949fed (patch)
tree65821e67fddab71f6b40abc7808ac7de6d30cbac /package.json
parent2e78605a336b49cfd401faea6634d41853232a17 (diff)
2023.1.2v2023.1.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f6d50c4..f12ed43 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jitsi-meet-electron",
- "version": "2023.1.1",
+ "version": "2023.1.2",
"description": "Electron application for Jitsi Meet",
"main": "./build/main.js",
"productName": "Jitsi Meet",
@@ -138,7 +138,7 @@
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
- "@jitsi/electron-sdk": "3.3.1",
+ "@jitsi/electron-sdk": "5.0.0",
"electron-debug": "^3.2.0",
"electron-reload": "^1.5.0"
},