Skip to content

Commit

Permalink
Merge pull request asciidoctor#322 from ysb33r/issue-317
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r authored Apr 10, 2019
2 parents 6d7c466 + 6f9a75c commit be94fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Asciidoctor Gradle Plugin
Andres Almiray <https://github.com/aalmiray[@aalmiray]>
:version: 2.0.0
:version-published: 2.0.0-rc.1
:version-published: 2.0.0
:asciidoc-url: http://asciidoc.org
:asciidoctor-url: http://asciidoctor.org
:issues: https://github.com/asciidoctor/asciidoctor-maven-plugin/issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class AsciidoctorJRevealJSTask extends AbstractAsciidoctorTask {
}
}

attrs.put 'source-highlighter@', 'highlightjs'
attrs.put 'source-highlighter', 'highlightjs'
attrs
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.0.0-rc.1
version = 2.0.1
group = org.asciidoctor
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit be94fcd

Please sign in to comment.