diff options
| -rw-r--r-- | README.adoc | 1 | ||||
| -rw-r--r-- | lib/asciidoctor-pdf/version.rb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 88f13a09..12238994 100644 --- a/README.adoc +++ b/README.adoc @@ -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.0.alpha.10, 2015-11-01 // Settings: :compat-mode!: :experimental: diff --git a/lib/asciidoctor-pdf/version.rb b/lib/asciidoctor-pdf/version.rb index b4070b1d..26cfd07c 100644 --- a/lib/asciidoctor-pdf/version.rb +++ b/lib/asciidoctor-pdf/version.rb @@ -1,5 +1,5 @@ module Asciidoctor module Pdf - VERSION = '1.5.0.dev' + VERSION = '1.5.0.alpha.10' end end |
