From 8720e4b590c827bb1d4f1e03fd06f2b6d9f5b8f4 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Fri, 20 Nov 2009 19:16:30 +0100 Subject: [PATCH] tagged 0.1.1 --- lib/capybara.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capybara.rb b/lib/capybara.rb index 949cd69d8..7a7f788dd 100644 --- a/lib/capybara.rb +++ b/lib/capybara.rb @@ -1,7 +1,7 @@ require 'nokogiri' module Capybara - VERSION = '0.1' + VERSION = '0.1.1' class CapybaraError < StandardError; end class DriverNotFoundError < CapybaraError; end