Skip to content

Commit e8f2292

Browse files
Update pdf2htmlEX version
1 parent e171044 commit e8f2292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf2htmlEX/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class pdf2htmlEXConan(ConanFile):
1010
settings = "os", "compiler", "build_type", "arch"
11-
requires = "pdf2htmlex/0.18.8.rc1-20240814-git"
11+
requires = "pdf2htmlex/0.18.8.rc1-20240905-git"
1212

1313
def generate(self):
1414
deps = CMakeDeps(self)

0 commit comments

Comments
 (0)