Update package.json

This commit is contained in:
Anirudh Sevugan 2025-08-19 17:36:41 -05:00 committed by GitHub
parent e617596a9b
commit b3409c56ab
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.0.4", "version": "2.0.5",
"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": {
@ -119,7 +119,7 @@
"allowToChangeInstallationDirectory": true "allowToChangeInstallationDirectory": true
}, },
"devDependencies": { "devDependencies": {
"electron": "^37.3.0", "electron": "^37.3.1",
"electron-builder": "^26.0.12" "electron-builder": "^26.0.12"
} }
} }