Prep for 0.4.4 release

This commit is contained in:
Bryan Helmkamp 2009-04-06 14:03:58 -04:00
parent 5bb587dde1
commit 6697ecd2d3
1 changed files with 1 additions and 1 deletions

View File

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