1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-21 03:33:44 +05:30

chore: bumped up to v0.3.0

This commit is contained in:
2025-10-08 23:41:41 +05:30
Verified
parent ef11300ffe
commit 414cf22528
7 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -2492,7 +2492,7 @@ dependencies = [
[[package]]
name = "neodlp"
version = "0.2.2"
version = "0.3.0"
dependencies = [
"base64 0.22.1",
"directories",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "neodlp"
version = "0.2.2"
version = "0.3.0"
description = "NeoDLP"
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.2.2",
"version": "0.3.0",
"identifier": "com.neosubhamoy.neodlp",
"build": {
"beforeDevCommand": "npm run dev",