From e31c8fce2ce0cf13dca5cb9561fbf58fe7df733c Mon Sep 17 00:00:00 2001 From: abc <278780765@qq.com> Date: Fri, 11 Oct 2024 00:02:10 +0800 Subject: [PATCH] chore(main): release 0.4.3 (#12) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 980ea05..f800719 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 832e1ac..4be1ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.3](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.4.2...v0.4.3) (2024-10-10) + + +### Bug Fixes + +* fixed production name ([501d538](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/501d53891b97c76c570c822edd999688ea2c322c)) +* use rust cache ([7e648ce](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/7e648cee291c1f082ed8ec107b219cad107b3e2b)) + ## [0.4.2](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.4.1...v0.4.2) (2024-10-10) diff --git a/package.json b/package.json index 4551703..03dc87a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mineru-pdf-scanner", "private": true, - "version": "0.4.2", + "version": "0.4.3", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 13c063c..edb2a1e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -30,7 +30,7 @@ }, "productName": "MinerUPDfScanner", "mainBinaryName": "MinerUPDfScanner", - "version": "0.4.2", + "version": "0.4.3", "identifier": "com.ggss.miner-pdf-scanner", "plugins": { "sql": {