about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2015-01-10 21:46:17 +0000
committerEric Wong <normalperson@yhbt.net>2015-01-10 21:46:17 +0000
commit2807d6d24fb339a4cd6c4e3b5f12b07e6a346f6e (patch)
treeac7029b13067bfaa33105d627add291df3437387
parentbc4b60e316402f5cc0320e71dae5801dad5bef6e (diff)
downloadolddoc-2807d6d24fb339a4cd6c4e3b5f12b07e6a346f6e.tar.gz
* update show NEWS.atom.xml on the website, too
* class.rhtml: ensure space before "source" link
* class: deal with method.param_seq being nil
-rw-r--r--lib/olddoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/olddoc.rb b/lib/olddoc.rb
index 7b8affa..779e02b 100644
--- a/lib/olddoc.rb
+++ b/lib/olddoc.rb
@@ -1,7 +1,7 @@
 # Copyright (C) 2015, all contributors <olddoc-public@80x24.org>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 module Olddoc
-  VERSION = '1.0.0'
+  VERSION = '1.0.1'
 
   autoload :Gemspec, 'olddoc/gemspec'
   autoload :History, 'olddoc/history'