Skip to content

Commit

Permalink
1.0.14
Browse files Browse the repository at this point in the history
reverting electron and electron-builder version
  • Loading branch information
Pietro Passarelli committed Jan 12, 2021
1 parent c973943 commit 3e5dc2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "video-downloader",
"version": "1.0.13",
"version": "1.0.14",
"description": "A minimal Electron application to download videos, eg from youtube",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -119,8 +119,8 @@
"author": "Pietro Passarelli <pietro.passarelli@gmail.com> (http://pietropassarelli.com)",
"license": "MIT",
"devDependencies": {
"electron": "^11.1.1",
"electron-builder": "^22.9.1"
"electron": "5.0.3",
"electron-builder": "20.43.0"
},
"dependencies": {
"iso-639-1": "^2.0.3",
Expand Down

0 comments on commit 3e5dc2b

Please sign in to comment.