Skip to content

Commit

Permalink
chore(main): release 0.4.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan authored Oct 10, 2024
1 parent f8190c0 commit d22a59d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 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.0"
".": "0.4.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.1](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.4.0...v0.4.1) (2024-10-10)


### Bug Fixes

* 修正参数配置错误 ([ea1761a](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/ea1761a7f3265909e328b38a038f9c144758f27e))
* 调整插件参数配置错误 ([e6420e3](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/e6420e33bc297a46c906987b0d10ab24d39df8fd))


### Performance Improvements

* 调整工作流,支持updater ([f8190c0](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/f8190c0e11716c15087aebf1cacb6359fe1e0d62))

## [0.4.0](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.3.1...v0.4.0) (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.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"productName": "PDF扫描助理",
"mainBinaryName": "mineru-pdf-scanner",
"version": "0.4.0",
"version": "0.4.1",
"identifier": "com.ggss.miner-pdf-scanner",
"plugins": {
"sql": {
"preload": [
"sqlite:database.db"
]
} ,
},
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY1Njk2QTM2RjEzOTEwRTQKUldUa0VEbnhObXBwWmVEU3RGNjJXY2luSHBaSS9qZVZJeEtkQ3hVeUI0QTNjWlkrbHJJTkdYR1cK",
"endpoints": [
Expand Down

0 comments on commit d22a59d

Please sign in to comment.