summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2018-08-31 19:27:29 -0700
committerRuss Allbery <rra@cpan.org>2018-08-31 19:27:29 -0700
commit74e956a716090c9bfefa3e0c89a2909209d66ab0 (patch)
tree8498e0fbeb0864aba022733812750c9a8a52bed6
parentb9d1a4ed5d57d575fa75983d6923f5588e8bf02e (diff)
Release 1.06
-rw-r--r--Changes2
-rw-r--r--LICENSE2
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--docs/metadata/metadata.json2
-rw-r--r--lib/App/DocKnot.pm2
6 files changed, 6 insertions, 6 deletions
diff --git a/Changes b/Changes
index f9c6cad..13aa4b0 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
User-Visible DocKnot Changes
-DocKnot 1.06 (unreleased)
+DocKnot 1.06 (2018-08-31)
When generating text output, put the footnotes containing URLs for
links immediately following the containing paragraph rather than the
diff --git a/LICENSE b/LICENSE
index 83c895a..ef7f3f1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -9,7 +9,7 @@ Copyright: 2013-2018 Russ Allbery <rra@cpan.org>
License: Expat
Files: *
-Copyright: 1993-1994, 1996-1998, 2000, 2003-2014
+Copyright: 1993-1994, 1996-1998, 2000, 2002-2014
The Board of Trustees of the Leland Stanford Junior University
2000-2004, 2006-2018 Russ Allbery <rra@cpan.org>
License: Expat
diff --git a/README b/README
index ae12d44..67134e5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- DocKnot 1.05
+ DocKnot 1.06
(package documentation generator)
Maintained by Russ Allbery <rra@cpan.org>
diff --git a/README.md b/README.md
index d0e99ea..5ceca08 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# DocKnot 1.05
+# DocKnot 1.06
[![Build
status](https://travis-ci.org/rra/docknot.svg?branch=master)](https://travis-ci.org/rra/docknot)
diff --git a/docs/metadata/metadata.json b/docs/metadata/metadata.json
index cbd3f9d..47bba53 100644
--- a/docs/metadata/metadata.json
+++ b/docs/metadata/metadata.json
@@ -1,6 +1,6 @@
{
"name": "DocKnot",
- "version": "1.05",
+ "version": "1.06",
"synopsis": "package documentation generator",
"maintainer": "Russ Allbery <rra@cpan.org>",
"copyrights": [
diff --git a/lib/App/DocKnot.pm b/lib/App/DocKnot.pm
index ac0dd8e..ad59b10 100644
--- a/lib/App/DocKnot.pm
+++ b/lib/App/DocKnot.pm
@@ -10,7 +10,7 @@
# Modules and declarations
##############################################################################
-package App::DocKnot 1.05;
+package App::DocKnot 1.06;
use 5.024;
use autodie;