From e5ae16367cfd656617815fd9b9c405bc6bb3a97d Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 31 Jan 2009 17:58:17 -0500 Subject: [PATCH] Prep for 0.4.1 release --- History.txt | 2 +- lib/webrat.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"