This commit is contained in:
ayang
2025-03-07 17:38:43 +08:00
parent e68e8f7954
commit f02b8bb28a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "coco",
"private": true,
"version": "0.2.0-rc.1",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@@ -733,7 +733,7 @@ dependencies = [
[[package]]
name = "coco"
version = "0.2.0-rc.1"
version = "0.2.0"
dependencies = [
"applications",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "coco"
version = "0.2.0-rc.1"
version = "0.2.0"
description = "Search, connect, collaborate all in one place."
authors = ["INFINI Labs"]
edition = "2021"