update version

This commit is contained in:
Julian Freeman
2026-01-19 15:38:58 -04:00
parent 2c89ef42b3
commit 2ce9e5471e
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "watermark-wizard",
"version": "0.1.0",
"version": "1.0.0",
"identifier": "top.volan.watermark-wizard",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "水印精灵 v0.1.0",
"title": "水印精灵 v1.0.0",
"width": 1650,
"height": 1000
}