release: v0.1.11

This commit is contained in:
lanrtop 2026-04-02 14:50:53 +09:00
parent 4d3dd66afc
commit be7db96d48
3 changed files with 3 additions and 3 deletions

View File

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

View File

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