From 8d3a1cd2026fc6fcbab7117fd73c7cfee42331c4 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 1 Nov 2015 23:38:26 -0700 Subject: Release 1.5.0.alpha.10 --- README.adoc | 1 + lib/asciidoctor-pdf/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ; Sarah White +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 -- cgit v1.2.3