1 Commits

Author SHA1 Message Date
debont80 09fde16004 chore: bump version to 0.7.3
Refs the MIT licensing change (also aligns the lockfile's cached license
field with package.json, which was still UNLICENSED).
2026-07-10 16:40:01 -04:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
{ {
"name": "aerofetch", "name": "aerofetch",
"version": "0.7.2", "version": "0.7.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "aerofetch", "name": "aerofetch",
"version": "0.7.2", "version": "0.7.3",
"license": "UNLICENSED", "license": "MIT",
"dependencies": { "dependencies": {
"@electron-toolkit/utils": "^4.0.0", "@electron-toolkit/utils": "^4.0.0",
"@fluentui/react-components": "^9.74.1", "@fluentui/react-components": "^9.74.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "aerofetch", "name": "aerofetch",
"version": "0.7.2", "version": "0.7.3",
"description": "A yt-dlp frontend for Windows", "description": "A yt-dlp frontend for Windows",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "AeroFetch", "author": "AeroFetch",