diff --git a/History.txt b/History.txt index 5daea204..4286984e 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,9 @@ -=== 1.0.0 / 2008-10-19 - -* 1 major enhancement +== 0.1.0 / 2008-11-05 + * First release + * Converts posts written in Textile + * Converts regular site pages + * Simple copy of binary files +== 0.0.0 / 2008-10-19 * Birthday! diff --git a/lib/autoblog.rb b/lib/autoblog.rb index 0852ec38..1c36a2ae 100644 --- a/lib/autoblog.rb +++ b/lib/autoblog.rb @@ -21,7 +21,7 @@ require 'autoblog/post' require 'autoblog/filters' module AutoBlog - VERSION = '1.0.0' + VERSION = '0.1.0' def self.process(source, dest) AutoBlog::Site.new(source, dest).process