From 688d2fdfcabf2ac714ab90396757e5f12f7c02e6 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 31 Jan 2010 15:17:37 -0500 Subject: [PATCH] version bump to 0.4.3 --- lib/loofah.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/loofah.rb b/lib/loofah.rb index d098a8f2..4cbac31a 100644 --- a/lib/loofah.rb +++ b/lib/loofah.rb @@ -26,7 +26,7 @@ # module Loofah # The version of Loofah you are using - VERSION = '0.4.2' + VERSION = '0.4.3' # The minimum required version of Nokogiri REQUIRED_NOKOGIRI_VERSION = '1.3.3'