release v0.6.8

This commit is contained in:
CJ Pais 2025-12-12 22:15:00 +07:00
parent 58ac2fb4f3
commit add9544d86
4 changed files with 4 additions and 4 deletions

View file

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

2
src-tauri/Cargo.lock generated
View file

@ -2404,7 +2404,7 @@ dependencies = [
[[package]]
name = "handy"
version = "0.6.7"
version = "0.6.8"
dependencies = [
"anyhow",
"async-openai 0.30.1",

View file

@ -1,6 +1,6 @@
[package]
name = "handy"
version = "0.6.7"
version = "0.6.8"
description = "Handy"
authors = ["cjpais"]
edition = "2021"

View file

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