This commit is contained in:
ayang
2025-12-24 17:53:23 +08:00
parent 49b5d9954c
commit b59ec09354
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -450,7 +450,7 @@ dependencies = [
[[package]]
name = "bongo-cat"
version = "0.8.2"
version = "0.9.0"
dependencies = [
"fs_extra",
"gilrs",

View File

@@ -1,7 +1,7 @@
{
"name": "bongo-cat",
"type": "module",
"version": "0.8.2",
"version": "0.9.0",
"private": true,
"author": {
"name": "ayangweb",

View File

@@ -1,6 +1,6 @@
[package]
name = "bongo-cat"
version = "0.8.2"
version = "0.9.0"
description = "A Tauri App"
authors = [ "ayangweb" ]
edition = "2024"