Skip to content

Commit

Permalink
chore(main): release 0.4.3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan authored Oct 10, 2024
1 parent 501d538 commit e31c8fc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.2"
".": "0.4.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mineru-pdf-scanner",
"private": true,
"version": "0.4.2",
"version": "0.4.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"productName": "MinerUPDfScanner",
"mainBinaryName": "MinerUPDfScanner",
"version": "0.4.2",
"version": "0.4.3",
"identifier": "com.ggss.miner-pdf-scanner",
"plugins": {
"sql": {
Expand Down

0 comments on commit e31c8fc

Please sign in to comment.