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
## 0.2.0 (2015-03-07)
## 0.2.0 (2025-03-07)
### Features
@@ -55,7 +55,7 @@ Information about release notes of Coco Server is provided here.
- etc.
## 0.1.0 (2015-02-16)
## 0.1.0 (2025-02-16)
### Features

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"