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 @@
{
"name": "watermark-wizard",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@@ -5117,7 +5117,7 @@ dependencies = [
[[package]]
name = "watermark-wizard"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"ab_glyph",
"image",

View File

@@ -1,6 +1,6 @@
[package]
name = "watermark-wizard"
version = "0.1.0"
version = "1.0.0"
description = "A Tauri App handles watermarks"
authors = ["you"]
edition = "2021"

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
}