fix: typo (#268)

* v0.2.0

* fix: typo

---------

Co-authored-by: ayang <473033518@qq.com>
This commit is contained in:
Medcl
2025-03-07 17:14:20 +08:00
committed by GitHub
parent e75f4ce187
commit 062e2873b4
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ Information about release notes of Coco Server is provided here.
### Improvements ### Improvements
## 0.2.0 (2015-03-07) ## 0.2.0 (2025-03-07)
### Features ### Features
@@ -55,7 +55,7 @@ Information about release notes of Coco Server is provided here.
- etc. - etc.
## 0.1.0 (2015-02-16) ## 0.1.0 (2025-02-16)
### Features ### Features

View File

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

2
src-tauri/Cargo.lock generated
View File

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

View File

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