Prep for 0.4.1 release

This commit is contained in:
Bryan Helmkamp 2009-01-31 17:58:17 -05:00
parent d9de0c4e78
commit e5ae16367c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
== Git == 0.4.1 / 2009-01-31
* Minor enhancements * Minor enhancements

View File

@ -7,7 +7,7 @@ module Webrat
class WebratError < StandardError class WebratError < StandardError
end end
VERSION = '0.4.0' VERSION = '0.4.1'
def self.require_xml def self.require_xml
gem "nokogiri", ">= 1.0.6" gem "nokogiri", ">= 1.0.6"