Skip to content

Commit

Permalink
Upgrade to reveal.js 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eike committed Jul 4, 2023
1 parent 8a8fbb6 commit aae49dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_transtype-reveal_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<target name="reveal.init">
<echo level="info">*****************************************************************</echo>
<!-- Fallback to version 4.3.1 if not defined. -->
<property unless:set="args.reveal.version" name="args.reveal.version" value="4.3.1"/>
<!-- Fallback to version 4.5.0 if not defined. -->
<property unless:set="args.reveal.version" name="args.reveal.version" value="4.5.0"/>
<echo level="info">* args.reveal.version = ${args.reveal.version}</echo>

<!-- Download URL of the reveal.js archive. -->
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<val>slow</val>
</param>
<param name="args.reveal.version" desc="Set the reveal.js version." type="string">
<val default="true">4.3.1</val>
<val default="true">4.5.0</val>
</param>
<param name="args.reveal.viewdistance" desc="Set the number of slides away from the current that are visible." type="string">
<val default="true">3</val>
Expand Down

0 comments on commit aae49dd

Please sign in to comment.