(chore): bumped up to v0.1.1

This commit is contained in:
2025-06-14 22:56:10 +05:30
parent c0993ea339
commit 547486fc76
6 changed files with 12 additions and 8 deletions

2
src-tauri/Cargo.lock generated
View File

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

View File

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