chore: 升级版本号至 0.1.16
Some checks failed
Release / release (push) Failing after 3m53s

This commit is contained in:
lanrtop 2026-07-02 17:27:08 +09:00
parent 865cd1b17c
commit 8b7038fd1b
4 changed files with 4 additions and 4 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

@ -880,7 +880,7 @@ dependencies = [
[[package]] [[package]]
name = "dev-manager-tauri" name = "dev-manager-tauri"
version = "0.1.15" version = "0.1.16"
dependencies = [ dependencies = [
"axum", "axum",
"base64 0.22.1", "base64 0.22.1",

View File

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

View File

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