This commit is contained in:
ayang
2025-06-16 20:37:57 +08:00
parent 0a412dc827
commit 1dda390450
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.5.0"
version = "0.6.0"
dependencies = [
"fs_extra",
"rdev",

View File

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

View File

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