Skip to content

Commit eb6cfed

Browse files
committed
Version 1.0.6
1 parent 2fd1af9 commit eb6cfed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obs-timer-controller",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Handling browser sources for OBS related to timers and countdowns.",
55
"main": "server.js",
66
"repository": {
@@ -23,15 +23,15 @@
2323
"scripts": {
2424
"test": "echo \"Error: no test specified\" && exit 1",
2525
"node": "node . test",
26-
"pkg-win": "electron-packager . OBS-Timer-Controller --platform=win32 --arch=x64 --app-version=1.0.5 --out=dist --overwrite --icon=icon.ico --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
27-
"pkg-linux": "electron-packager . OBS-Timer-Controller --platform=linux --arch=x64 --app-version=1.0.5 --out=dist --overwrite --icon=icon.ico --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
28-
"pkg-mac": "electron-packager . OBS-Timer-Controller --platform=darwin --arch=x64 --app-version=1.0.5 --out=dist --overwrite --icon=icon.icns --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
26+
"pkg-win": "electron-packager . OBS-Timer-Controller --platform=win32 --arch=x64 --app-version=1.0.6 --out=dist --overwrite --icon=icon.ico --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
27+
"pkg-linux": "electron-packager . OBS-Timer-Controller --platform=linux --arch=x64 --app-version=1.0.6 --out=dist --overwrite --icon=icon.ico --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
28+
"pkg-mac": "electron-packager . OBS-Timer-Controller --platform=darwin --arch=x64 --app-version=1.0.6 --out=dist --overwrite --icon=icon.icns --author=\"XtoManuel\" --description=\"Handling browser sources for OBS related to timers and countdowns.\"",
2929
"pkg-all": "npm run pkg-win && npm run pkg-linux"
3030
},
3131
"author": "XtoManuel",
3232
"license": "ISC",
3333
"devDependencies": {
34-
"electron": "^27.0.0",
34+
"electron": "^27.0.2",
3535
"electron-packager": "^17.1.2"
3636
}
3737
}

0 commit comments

Comments
 (0)