diff --git a/CHANGELOG b/CHANGELOG index f4d2f867..af659ea5 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ BlueCloth is back (RedCloth didn't do pure Markdown well enough) Handling of line breaks in Textile is as in 0.9 (inserts
tag) Fixed HTML export (to enclose the output in tags, include the stylesheet etc) + Corrected some compatibility issues with storages from earlier Instiki versions Some other bug fixes * 0.10.0: diff --git a/instiki.gemspec b/instiki.gemspec index 34e0e7fb..3b2f2a1a 100755 --- a/instiki.gemspec +++ b/instiki.gemspec @@ -6,7 +6,7 @@ $__instiki_source_patterns = [ spec = Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'instiki' - s.version = "0.10.0" + s.version = "0.10.1" s.summary = 'Easy to install WikiClone running on WEBrick and Madeleine' s.description = <<-EOF Instiki is a Wiki Clone written in Ruby that ships with an embedded