diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-11-01 23:38:26 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-11-01 23:38:26 -0700 |
| commit | 8d3a1cd2026fc6fcbab7117fd73c7cfee42331c4 (patch) | |
| tree | b25ee621d35b4e35ab22ff7c9577dd022ceced2b | |
| parent | c431dfa12a06dab8f77f4aef46310f699161f5dd (diff) | |
Release 1.5.0.alpha.10v1.5.0.alpha.10
| -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 |
