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 f31a4ee + 78cc644 commit 38d4166
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.4"
".": "0.2.5"
}
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.5](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.2.4...v0.2.5) (2024-10-10)


### Bug Fixes

* 修复pdfjs-dist ([1e89ccc](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/1e89ccc247477c2d9f33f0e37946d577f8ddb574))

## [0.2.4](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.2.3...v0.2.4) (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.4",
"version": "0.2.5",
"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.4",
"version": "0.2.5",
"identifier": "com.ggss.miner-pdf-scanner",
"plugins": {
"plugins": {
Expand Down

0 comments on commit 38d4166

Please sign in to comment.