Skip to content

Commit

Permalink
Merge branch 'main' of github.com:liuhuapiaoyuan/MinerU-PDFScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Oct 10, 2024
2 parents 647e415 + 578f6f4 commit e11170a
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2.1"
".": "0.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.2.1...v0.2.2) (2024-10-10)


### Bug Fixes

* 调整release,修复bun ([be3162b](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/be3162b53b58dabb5f4965932fd7900184a4837a))

## [0.2.1](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.2.0...v0.2.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.2.1",
"version": "0.2.2",
"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 @@ -29,7 +29,7 @@
},
"productName": "PDF扫描助理",
"mainBinaryName": "mineru-pdf-scanner",
"version": "0.2.1",
"version": "0.2.2",
"identifier": "com.ggss.miner-pdf-scanner",
"plugins": {
"plugins": {
Expand Down

0 comments on commit e11170a

Please sign in to comment.