diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-01-05 03:08:55 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-01-05 03:59:55 -0700 |
| commit | 8d8d70df1d6033363eb91291fe470aa5435fabfb (patch) | |
| tree | 57a5d87b606f669404789019c0ef4a0280752d46 | |
| parent | 83e69bdb9663a6933db512595d36a477d986f6d0 (diff) | |
prepare for 1.5.0.alpha.11 release
| -rw-r--r-- | LICENSE.adoc | 2 | ||||
| -rw-r--r-- | NOTICE.adoc | 2 | ||||
| -rw-r--r-- | README.adoc | 3 | ||||
| -rw-r--r-- | examples/basic-example.pdf | bin | 24421 -> 24442 bytes | |||
| -rw-r--r-- | examples/chronicles-example.pdf | bin | 180655 -> 179705 bytes | |||
| -rw-r--r-- | lib/asciidoctor-pdf/version.rb | 2 |
6 files changed, 5 insertions, 4 deletions
diff --git a/LICENSE.adoc b/LICENSE.adoc index d9e705b3..f9728a02 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -1,6 +1,6 @@ .The MIT License .... -Copyright (C) 2014-2015 OpenDevise Inc. and the Asciidoctor Project +Copyright (C) 2014-2016 OpenDevise Inc. and the Asciidoctor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/NOTICE.adoc b/NOTICE.adoc index b7219fe9..64da431b 100644 --- a/NOTICE.adoc +++ b/NOTICE.adoc @@ -1,7 +1,7 @@ = Asciidoctor PDF OpenDevise Inc.; Asciidoctor Project -Copyright (C) 2014-2015 OpenDevise Inc. and the Asciidoctor Project. +Copyright (C) 2014-2016 OpenDevise Inc. and the Asciidoctor Project. Please visit the Asciidoctor project site for more information: diff --git a/README.adoc b/README.adoc index 7a479761..5e22f526 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.11, 2016-01-05 // Settings: :compat-mode!: :experimental: @@ -355,7 +356,7 @@ For best results, be sure to always use `bundle exec` whenever invoking the `./b == Copyright -Copyright (C) 2014-2015 OpenDevise Inc. and the Asciidoctor Project. +Copyright (C) 2014-2016 OpenDevise Inc. and the Asciidoctor Project. Free use of this software is granted under the terms of the MIT License. For the full text of the license, see the <<LICENSE.adoc#,LICENSE>> file. diff --git a/examples/basic-example.pdf b/examples/basic-example.pdf Binary files differindex 4a2f621d..db47831f 100644 --- a/examples/basic-example.pdf +++ b/examples/basic-example.pdf diff --git a/examples/chronicles-example.pdf b/examples/chronicles-example.pdf Binary files differindex 1c99ffec..15aab24c 100644 --- a/examples/chronicles-example.pdf +++ b/examples/chronicles-example.pdf diff --git a/lib/asciidoctor-pdf/version.rb b/lib/asciidoctor-pdf/version.rb index b4070b1d..9523d105 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.11' end end |
