chore: bumped up to v0.3.3

This commit is contained in:
2025-11-05 23:22:58 +05:30
parent e5d83138df
commit 9381a3dba8
6 changed files with 27 additions and 27 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2589,7 +2589,7 @@ dependencies = [
[[package]]
name = "neodlp"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"base64 0.22.1",
"directories",

View File

@@ -1,6 +1,6 @@
[package]
name = "neodlp"
version = "0.3.2"
version = "0.3.3"
description = "NeoDLP"
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.3.2",
"version": "0.3.3",
"identifier": "com.neosubhamoy.neodlp",
"build": {
"beforeDevCommand": "npm run dev",