Skip to content

Commit

Permalink
Update pdf2htmlEX version
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 5, 2024
1 parent e171044 commit e8f2292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2htmlEX/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

def generate(self):
deps = CMakeDeps(self)
Expand Down

0 comments on commit e8f2292

Please sign in to comment.