1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-10 08:53:44 +05:30

chore: bumped up to v0.4.5

This commit is contained in:
2026-05-27 10:51:54 +05:30
Verified
parent 64aeaa1519
commit e66da1a155
8 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -2746,7 +2746,7 @@ dependencies = [
[[package]]
name = "neodlp"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"base64 0.22.1",
"directories",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "neodlp"
version = "0.4.4"
version = "0.4.5"
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"
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "NeoDLP",
"mainBinaryName": "neodlp",
"version": "0.4.4",
"version": "0.4.5",
"identifier": "com.neosubhamoy.neodlp",
"build": {
"beforeDevCommand": "npm run dev",