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

2
src-tauri/Cargo.lock generated
View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "watermark-wizard" name = "watermark-wizard"
version = "0.1.0" version = "1.0.0"
description = "A Tauri App handles watermarks" description = "A Tauri App handles watermarks"
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": "watermark-wizard", "productName": "watermark-wizard",
"version": "0.1.0", "version": "1.0.0",
"identifier": "top.volan.watermark-wizard", "identifier": "top.volan.watermark-wizard",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",
@@ -12,7 +12,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "水印精灵 v0.1.0", "title": "水印精灵 v1.0.0",
"width": 1650, "width": 1650,
"height": 1000 "height": 1000
} }