about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/olddoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/olddoc.rb b/lib/olddoc.rb
index 3ebada9..18495e2 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.1.1'
+  VERSION = '1.1.2'
 
   autoload :Gemspec, 'olddoc/gemspec'
   autoload :History, 'olddoc/history'