mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
fix: typo (#268)
* v0.2.0 * fix: typo --------- Co-authored-by: ayang <473033518@qq.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
2
src-tauri/Cargo.lock
generated
@@ -733,7 +733,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "coco"
|
||||
version = "0.2.0-rc.1"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"applications",
|
||||
"async-trait",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user