Skip to content

Commit

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

## [0.3.1](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.3.0...v0.3.1) (2024-10-10)


### Bug Fixes

* remove macos ([fcb3753](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/fcb37536b59f92e0cd48b54a28a40bd99d1a1dea))
* update PAT ([b2a725e](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/b2a725e6c4770f63c0b9a5cc16df8560455f000e))
* 调整成PAT,来触发publish ([7f264bc](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/7f264bcd6fe308f1f20e20afa6785be7af1e33be))

## [0.3.0](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.2.5...v0.3.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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"identifier": "com.ggss.miner-pdf-scanner",
"plugins": {
"plugins": {
Expand Down

0 comments on commit 9c829d0

Please sign in to comment.