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).
This commit is contained in:
2026-07-10 16:40:01 -04:00
parent 614f56086f
commit 2ac043e687
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "aerofetch",
"version": "0.7.2",
"version": "0.7.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aerofetch",
"version": "0.7.2",
"license": "UNLICENSED",
"version": "0.7.3",
"license": "MIT",
"dependencies": {
"@electron-toolkit/utils": "^4.0.0",
"@fluentui/react-components": "^9.74.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aerofetch",
"version": "0.7.2",
"version": "0.7.3",
"description": "A yt-dlp frontend for Windows",
"main": "./out/main/index.js",
"author": "AeroFetch",