Skip to content

Commit

Permalink
perf: Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Nov 21, 2024
1 parent 4d5e631 commit b05bc0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "video-player",
"private": true,
"version": "0.2.2",
"version": "0.2.0",
"type": "module",
"main": "dist-electron/main.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
fs-extra "^9.0.1"
promise-retry "^2.0.1"

"@electron/notarize@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.5.0.tgz#d4d25356adfa29df4a76bd64a8bd347237cd251e"
integrity sha512-jNT8nwH1f9X5GEITXaQ8IF/KdskvIkOFfB2CvwumsveVidzpSc+mvhhTMdAGSYF3O+Nq49lJ7y+ssODRXu06+A==
dependencies:
debug "^4.1.1"
fs-extra "^9.0.1"
promise-retry "^2.0.1"

"@electron/[email protected]":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@electron/osx-sign/-/osx-sign-1.0.5.tgz#0af7149f2fce44d1a8215660fd25a9fb610454d8"
Expand Down

0 comments on commit b05bc0e

Please sign in to comment.