This commit is contained in:
Julian Freeman
2026-03-23 10:08:13 -04:00
parent 7d15f5186b
commit d6cd969990
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "chrono-snap", "name": "chrono-snap",
"private": true, "private": true,
"version": "0.1.1", "version": "0.1.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@@ -667,7 +667,7 @@ dependencies = [
[[package]] [[package]]
name = "chrono-snap" name = "chrono-snap"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1", "base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "chrono-snap" name = "chrono-snap"
version = "0.1.1" version = "0.1.2"
description = "An app to record screens and events" description = "An app to record screens and events"
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": "chrono-snap", "productName": "chrono-snap",
"version": "0.1.1", "version": "0.1.2",
"identifier": "top.volan.chrono-snap", "identifier": "top.volan.chrono-snap",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",
@@ -12,7 +12,7 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "瞬影 - 时间记录 v0.1.1", "title": "瞬影 - 时间记录 v0.1.2",
"width": 1760, "width": 1760,
"height": 1100 "height": 1100
} }