Skip to content

Commit

Permalink
Merge pull request #3 from dita-ot/release/3.6.3
Browse files Browse the repository at this point in the history
Release 3.6.3
  • Loading branch information
jelovirt committed Oct 21, 2021
2 parents c108162 + 78a141c commit 98e6f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
apply plugin: 'java-library'

group = 'org.dita.pdf2'
version = '3.6.2'
version = '3.6.3'
description = """DITA Open Toolkit PDF plug-in for RenderX."""

repositories {
Expand Down
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ See the accompanying LICENSE file for applicable license.
<param name="pdf.formatter" desc="Specifies the XSL processor." type="enum">
<val desc="RenderX XEP Engine">xep</val>
</param>
<param name="xep.dir" desc="RenderX installation directory." type="file"/>
<param name="custom.xep.config" desc="Specifies the user configuration file for RenderX." type="file"/>
<param name="maxJavaMemory" desc="Specifies the amount of memory allocated to the RenderX process."/>
</transtype>
Expand Down

0 comments on commit 98e6f9a

Please sign in to comment.