(chore): bumped up to v0.2.0

This commit is contained in:
2025-07-14 20:12:45 +05:30
parent a71e258a47
commit 6754705d1d
6 changed files with 25 additions and 12 deletions

2
src-tauri/Cargo.lock generated
View File

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

View File

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