Release v0.7.10

This commit is contained in:
CJ Pais 2026-03-10 13:17:20 +08:00
parent 785c3317e4
commit 426031a8d7
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "handy-app", "name": "handy-app",
"private": true, "private": true,
"version": "0.7.9", "version": "0.7.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

2
src-tauri/Cargo.lock generated
View file

@ -2416,7 +2416,7 @@ dependencies = [
[[package]] [[package]]
name = "handy" name = "handy"
version = "0.7.9" version = "0.7.10"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "handy" name = "handy"
version = "0.7.9" version = "0.7.10"
description = "Handy" description = "Handy"
authors = ["cjpais"] authors = ["cjpais"]
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": "Handy", "productName": "Handy",
"version": "0.7.9", "version": "0.7.10",
"identifier": "com.pais.handy", "identifier": "com.pais.handy",
"build": { "build": {
"beforeDevCommand": "bun run dev", "beforeDevCommand": "bun run dev",