Skip to content

Commit

Permalink
Merge pull request #132 from klippa-app/feature/update-to-pdfium-6248
Browse files Browse the repository at this point in the history
Update to pdfium 6248
  • Loading branch information
jerbob92 authored Jan 16, 2024
2 parents 9b3462b + aa4e475 commit ba87a60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ "1.20", "1.21" ]
pdfium: [ "4849", "6150" ]
pdfium: [ "4849", "6248" ]
env:
PDFIUM_EXPERIMENTAL_VERSION: "6150"
PDFIUM_EXPERIMENTAL_VERSION: "6248"
PDFIUM_EXPERIMENTAL_GO_VERSION: "1.21"
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdfium-windows.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ includedir=D:/opt/pdfium/include

Name: PDFium
Description: PDFium
Version: 6150
Version: 6248
Requires:

Libs: -L${libdir} -lpdfium
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdfium.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ includedir=/opt/pdfium/include

Name: PDFium
Description: PDFium
Version: 6150
Version: 6248
Requires:

Libs: -L${libdir} -lpdfium
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ includedir={path}/include
Name: PDFium
Description: PDFium
Version: 6150
Version: 6248
Requires:
Libs: -L${libdir} -lpdfium
Expand Down
Binary file modified webassembly/pdfium.wasm
Binary file not shown.

0 comments on commit ba87a60

Please sign in to comment.