diff --git a/History.txt b/History.txt index 605760c..c4df466 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== Git +== 0.4.1 / 2009-01-31 * Minor enhancements diff --git a/lib/webrat.rb b/lib/webrat.rb index b68901a..9fd5f74 100644 --- a/lib/webrat.rb +++ b/lib/webrat.rb @@ -7,7 +7,7 @@ module Webrat class WebratError < StandardError end - VERSION = '0.4.0' + VERSION = '0.4.1' def self.require_xml gem "nokogiri", ">= 1.0.6"