Update package.json

This commit is contained in:
Anirudh Sevugan 2025-05-10 17:18:11 -05:00 committed by GitHub
parent 54a93033f8
commit 32f57cb8b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "SimpliPlay", "name": "SimpliPlay",
"version": "1.0.5", "version": "1.0.6",
"description": "SimpliPlay - The mission to make media playback accessible on every device, anywhere, anytime.", "description": "SimpliPlay - The mission to make media playback accessible on every device, anywhere, anytime.",
"main": "./main.js", "main": "./main.js",
"scripts": { "scripts": {
@ -97,7 +97,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"electron": "^35.2.1", "electron": "^36.2.0",
"electron-builder": "^25.1.8" "electron-builder": "^25.1.8"
} }
} }