Skip to content

Commit

Permalink
Fix typo and align version of plugin in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tarilabs authored Apr 4, 2021
1 parent 396d5fc commit 932d5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use JBake Maven Plugin in your build add the plugin into your pom.xml as show
<plugin>
<groupId>org.jbake</groupId>
<artifactId>jbake-maven-plugin</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
<configuration>
<!--
<inputDirectory>${project.basedir}/src/main/resources</inputDirectory>
Expand Down

0 comments on commit 932d5f5

Please sign in to comment.