chore: 升级版本号至 0.1.15

This commit is contained in:
lanrtop 2026-04-11 13:02:16 +09:00
parent ee4b41f938
commit e4c7015ee1
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "dev-manager-tauri",
"private": true,
"version": "0.1.11",
"version": "0.1.15",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,6 +1,6 @@
[package]
name = "dev-manager-tauri"
version = "0.1.14"
version = "0.1.15"
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.14",
"version": "0.1.15",
"identifier": "com.yangzhixiang.dev-manager-tauri",
"build": {
"beforeDevCommand": "pnpm dev",