1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-27 23:05:50 +05:30

chore: bumped up to v0.4.4

This commit is contained in:
2026-03-26 23:40:16 +05:30
Verified
parent 6469666cdb
commit 7e587cc6df
10 changed files with 48 additions and 32 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2801,7 +2801,7 @@ dependencies = [
[[package]]
name = "neodlp"
version = "0.4.3"
version = "0.4.4"
dependencies = [
"base64 0.22.1",
"directories",

View File

@@ -1,6 +1,6 @@
[package]
name = "neodlp"
version = "0.4.3"
version = "0.4.4"
description = "Cross-platform Video/Audio Downloader Desktop App based on YT-DLP with Modern UI and Browser Integration"
authors = ["neosubhamoy <hey@neosubhamoy.com>"]
edition = "2021"

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "NeoDLP",
"mainBinaryName": "neodlp",
"version": "0.4.3",
"version": "0.4.4",
"identifier": "com.neosubhamoy.neodlp",
"build": {
"beforeDevCommand": "npm run dev",