1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-04 11:52:23 +05:30

chore: bumped up to v0.2.2

This commit is contained in:
2025-08-13 23:05:18 +05:30
Verified
parent ba5df1e3e6
commit 9ffb37e881
7 changed files with 15 additions and 16 deletions

2
src-tauri/Cargo.lock generated
View File

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

View File

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