Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Feb 16, 2020
1 parent 3e70805 commit 538004d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This document provides a high-level view of the changes to the {project-name} by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.

== Unreleased
== 1.5.1 (2020-02-16) - @mojavelinux

Enhancements::

Expand Down
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Asciidoctor PDF: A native PDF converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
v1.5.1, 2020-02-16
// Settings:
:experimental:
:idprefix:
Expand All @@ -22,7 +23,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
:release-version: 1.5.0
:release-version: 1.5.1
// URIs:
:url-asciidoctor: http://asciidoctor.org
:url-gem: http://rubygems.org/gems/asciidoctor-pdf
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/pdf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Asciidoctor
module PDF
VERSION = '1.5.1.dev'
VERSION = '1.5.1'
end
Pdf = PDF unless const_defined? :Pdf, false
end

0 comments on commit 538004d

Please sign in to comment.