update version
This commit is contained in:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -5117,7 +5117,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "watermark-wizard"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"ab_glyph",
|
||||
"image",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user