From 6ceef944fa12f99d579df3693325f6b2c4f139fa Mon Sep 17 00:00:00 2001 From: Arman Tang Date: Mon, 15 Jul 2024 11:32:32 +0800 Subject: [PATCH] release: v0.0.3 --- README.md | 8 ++++---- README_EN.md | 8 ++++---- src-tauri/tauri.conf.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bba11f0..bd3a49d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应 ## 下载 -- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/Rename.Photos_0.0.2_aarch64.dmg) -- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/Rename.Photos_0.0.2_x64.dmg) -- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/Rename.Photos_0.0.2_x64_en-US.msi) -- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/rename-photos_0.0.2_amd64.deb) +- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_aarch64.dmg) +- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64.dmg) +- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64_en-US.msi) +- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/rename-photos_0.0.3_amd64.deb) ### MacOS:软件已损坏,无法打开。 diff --git a/README_EN.md b/README_EN.md index 4a9d5bc..5f3e59e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -14,10 +14,10 @@ This app has a compact bundle size of just 4MB. Feel free to use it. ## Download -- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/Rename.Photos_0.0.2_aarch64.dmg) -- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/Rename.Photos_0.0.2_x64.dmg) -- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/Rename.Photos_0.0.2_x64_en-US.msi) -- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.2/rename-photos_0.0.2_amd64.deb) +- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_aarch64.dmg) +- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64.dmg) +- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64_en-US.msi) +- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/rename-photos_0.0.3_amd64.deb) ### "App is damaged and can't be opened" on MacOS diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 564d975..bc7ef3c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Rename Photos", - "version": "0.0.2", + "version": "0.0.3", "identifier": "fun.armantang", "build": { "beforeDevCommand": "pnpm dev",