Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan authored Oct 10, 2024
1 parent 311adb4 commit 8150f39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.3.1"
".": "0.4.0"
}
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.0](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.3.1...v0.4.0) (2024-10-10)


### Features

* 增加版本检测自动更新 ([bc3ff44](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/bc3ff44b362c9ab563e08320f7171621e103cd91))
* 调整 ([722e871](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/722e871ba9940cc165467a3c165265707a2e82fa))

## [0.3.1](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.3.0...v0.3.1) (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.3.1",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devUrl": "http://localhost:1420"
},
"bundle": {
"createUpdaterArtifacts": true ,
"createUpdaterArtifacts": true,
"active": true,
"targets": "all",
"icon": [
Expand All @@ -30,14 +30,14 @@
},
"productName": "PDF扫描助理",
"mainBinaryName": "mineru-pdf-scanner",
"version": "0.3.1",
"version": "0.4.0",
"identifier": "com.ggss.miner-pdf-scanner",
"plugins": {
"sql": {
"preload": [
"sqlite:database.db"
]
} ,
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDY1Njk2QTM2RjEzOTEwRTQKUldUa0VEbnhObXBwWmVEU3RGNjJXY2luSHBaSS9qZVZJeEtkQ3hVeUI0QTNjWlkrbHJJTkdYR1cK",
Expand Down

0 comments on commit 8150f39

Please sign in to comment.