From 792457376fbd554e2c2a25d639f44c38750beb1f Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Tue, 24 Nov 2009 23:58:26 +0100 Subject: [PATCH] Tagged 0.1.2 --- lib/capybara.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capybara.rb b/lib/capybara.rb index 7a7f788dd..1cc547a82 100644 --- a/lib/capybara.rb +++ b/lib/capybara.rb @@ -1,7 +1,7 @@ require 'nokogiri' module Capybara - VERSION = '0.1.1' + VERSION = '0.1.2' class CapybaraError < StandardError; end class DriverNotFoundError < CapybaraError; end