Release v0.2.3

This commit is contained in:
CJ Pais 2025-07-03 14:44:09 -07:00
parent 78ec8e8918
commit d1f5d21c4d
4 changed files with 4 additions and 4 deletions

View file

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

2
src-tauri/Cargo.lock generated
View file

@ -2026,7 +2026,7 @@ dependencies = [
[[package]]
name = "handy"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"anyhow",
"cpal",

View file

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

View file

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