Update package.json

This commit is contained in:
Anirudh Sevugan 2025-08-28 17:47:46 -05:00 committed by GitHub
parent 1abe50b40a
commit ad979d6b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "SimpliPlay", "name": "SimpliPlay",
"version": "2.1.0", "version": "2.1.1",
"description": "The mission to make media playback accessible on every platform, anywhere, anytime.", "description": "The mission to make media playback accessible on every platform, anywhere, anytime.",
"main": "./main.js", "main": "./main.js",
"scripts": { "scripts": {
@ -120,7 +120,7 @@
"allowToChangeInstallationDirectory": true "allowToChangeInstallationDirectory": true
}, },
"devDependencies": { "devDependencies": {
"electron": "^37.3.1", "electron": "^37.4.0",
"electron-builder": "^26.0.12" "electron-builder": "^26.0.12"
} }
} }