release v0.4.0

This commit is contained in:
CJ Pais 2025-09-05 16:29:16 -07:00
parent 7638f6b827
commit 40cd7ae71b
4 changed files with 6 additions and 5 deletions

View file

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

2
src-tauri/Cargo.lock generated
View file

@ -2131,7 +2131,7 @@ dependencies = [
[[package]]
name = "handy"
version = "0.3.9"
version = "0.4.0"
dependencies = [
"anyhow",
"chrono",

View file

@ -1,6 +1,6 @@
[package]
name = "handy"
version = "0.3.9"
version = "0.4.0"
description = "Handy"
authors = ["cjpais"]
edition = "2021"
@ -28,7 +28,8 @@ tauri-build = { version = "2", features = [] }
[dependencies]
once_cell = "1"
tauri = { version = "2", features = [ "protocol-asset",
tauri = { version = "2", features = [
"protocol-asset",
"macos-private-api",
"tray-icon",
'image-png',

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Handy",
"version": "0.3.9",
"version": "0.4.0",
"identifier": "com.pais.handy",
"build": {
"beforeDevCommand": "bun run dev",