From 191c9636aa3d5dce8df288cb52d7f7694288b6a7 Mon Sep 17 00:00:00 2001 From: ayang <473033518@qq.com> Date: Tue, 16 Jul 2024 19:57:05 +0800 Subject: [PATCH] v0.0.4 --- README.md | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5607af088..152da5cd4f 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ ## 下载 -- **MacOS**: [Apple Silicon](https://mirror.ghproxy.com/https://github.com/ayangweb/EcoPaste/releases/download/v0.0.3/EcoPaste_0.0.3_aarch64.dmg) | [Intel](https://mirror.ghproxy.com/https://github.com/ayangweb/EcoPaste/releases/download/v0.0.3/EcoPaste_0.0.3_x64.dmg) -- **Windows**: [Universal](https://mirror.ghproxy.com/https://github.com/ayangweb/EcoPaste/releases/download/v0.0.3/EcoPaste_0.0.3_x64_zh-CN.msi) +- **MacOS**: [Apple Silicon](https://mirror.ghproxy.com/https://github.com/ayangweb/EcoPaste/releases/download/v0.0.4/EcoPaste_0.0.4_aarch64.dmg) | [Intel](https://mirror.ghproxy.com/https://github.com/ayangweb/EcoPaste/releases/download/v0.0.4/EcoPaste_0.0.4_x64.dmg) +- **Windows**: [Universal](https://mirror.ghproxy.com/https://github.com/ayangweb/EcoPaste/releases/download/v0.0.4/EcoPaste_0.0.4_x64_zh-CN.msi) diff --git a/package.json b/package.json index e9cdf76dda..f9b2a77f4b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eco-paste", "description": "一款开源的跨平台剪切板管理工具", "private": true, - "version": "0.0.3", + "version": "0.0.4", "type": "module", "scripts": { "dev": "run-s build:icon dev:vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2153fa1288..c4b8b58031 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1077,7 +1077,7 @@ checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "eco-paste" -version = "0.0.3" +version = "0.0.4" dependencies = [ "clipboard-rs", "flate2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5448609a86..075c896299 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eco-paste" -version = "0.0.3" +version = "0.0.4" description = "一款开源的跨平台剪切板管理工具" authors = ["ayangweb", "Azir-11", "orangelckc", "pkptzx", "AuroraTea"] edition = "2021"