chore: bumped up to v0.2.1

This commit is contained in:
2025-07-22 15:32:40 +05:30
parent e8e27d3283
commit 0e55ac6a21
7 changed files with 15 additions and 25 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2501,7 +2501,7 @@ dependencies = [
[[package]]
name = "neodlp"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"base64 0.22.1",
"directories",

View File

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