Skip to content

Commit

Permalink
tagged 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Dec 13, 2009
1 parent 2c79f8e commit 7358deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'nokogiri'

module Capybara
VERSION = '0.1.4'
VERSION = '0.2.0'

class CapybaraError < StandardError; end
class DriverNotFoundError < CapybaraError; end
Expand Down

0 comments on commit 7358deb

Please sign in to comment.