v0.2.0-rc.1

This commit is contained in:
ayang
2025-03-07 15:05:55 +08:00
parent 814aefdb7c
commit 6548889f47
3 changed files with 3 additions and 3 deletions

View File

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

2
src-tauri/Cargo.lock generated
View File

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

View File

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