mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
Set version to 2.0.0 🎉
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "youtube-dl-gui",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0",
|
||||
"description": "A GUI for the YouTube-dl library",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron . --dev",
|
||||
"dist": "electron-builder",
|
||||
"build": "electron-builder",
|
||||
"lint": "eslint {**/modules/**/*.js,/*.js} && eslint **/renderer/*.js",
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user