From c05646986b147be18dbecdfe00b44e1f1f396628 Mon Sep 17 00:00:00 2001 From: Arman Tang Date: Sat, 12 Oct 2024 11:49:59 +0800 Subject: [PATCH] release: v0.1.0 --- README.md | 8 ++++---- README_CN.md | 8 ++++---- src-tauri/tauri.conf.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e37efc5..9985601 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,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.4/Rename.Photos_0.0.4_aarch64.dmg) -- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64.dmg) -- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64_en-US.msi) -- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_amd64.deb) +- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_aarch64.dmg) +- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64.dmg) +- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64_en-US.msi) +- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_amd64.deb) ### "App is damaged and can't be opened" on MacOS diff --git a/README_CN.md b/README_CN.md index 0cb75b2..0dd62b9 100644 --- a/README_CN.md +++ b/README_CN.md @@ -16,10 +16,10 @@ Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应 ## 下载 -- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_aarch64.dmg) -- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64.dmg) -- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64_en-US.msi) -- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_amd64.deb) +- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_aarch64.dmg) +- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64.dmg) +- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_x64_en-US.msi) +- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.1.0/Rename.Photos_0.1.0_amd64.deb) ### MacOS:软件已损坏,无法打开。 diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2460bf4..d67e4bb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Rename Photos", - "version": "0.0.4", + "version": "0.1.0", "identifier": "fun.armantang", "build": { "beforeDevCommand": "pnpm dev",