chore: bump version to v0.1.14

This commit is contained in:
lanrtop 2026-04-07 00:47:37 +09:00
parent fea43b0b8a
commit 704a1c9422
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "dev-manager-tauri"
version = "0.1.13"
version = "0.1.14"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "dev-manager-tauri",
"version": "0.1.13",
"version": "0.1.14",
"identifier": "com.yangzhixiang.dev-manager-tauri",
"build": {
"beforeDevCommand": "pnpm dev",