diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index b1380cae..0a914ed1 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -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 diff --git a/package.json b/package.json index f472b6a0..3d87591c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coco", "private": true, - "version": "0.2.0-rc.1", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 683df21a..0f07b66b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "coco" -version = "0.2.0-rc.1" +version = "0.2.0" dependencies = [ "applications", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2d5d38c6..18e92673 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"