upgrade cal

This commit is contained in:
Julian Freeman
2026-03-27 12:36:35 -04:00
parent 07faa81d21
commit 0e39ad7ed8
9 changed files with 103 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ChronoSnap",
"version": "0.2.2",
"version": "0.2.3",
"identifier": "top.volan.chrono-snap",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "瞬影 - 时间记录 v0.2.2",
"title": "瞬影 - 时间记录 v0.2.3",
"width": 1760,
"height": 1100
}