Skip to content

Commit

Permalink
feat: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessielw committed Jan 24, 2024
1 parent ce599ee commit 3c81925
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "hdr-multi-tool",
"version": "2.0.0",
"version": "2.0.1",
"description": "A graphical user interface for parsing HDR10+ and Dolby Vision",
"main": "main.js",
"scripts": {
"start": "electronmon ./main.js",
"package": "electron-forge package",
"make": "electron-forge make"
"make": "electron-forge make",
"make-portable": "electron-forge make --platform=win32 --arch=x64"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,4 +50,4 @@
"mediainfo.js": "^0.2.1",
"which": "^4.0.0"
}
}
}

0 comments on commit 3c81925

Please sign in to comment.