diff --git a/History.txt b/History.txt index 30c4ff7d..34aac281 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,6 @@ # Version 1.1.0 -Release date: +Release date: 2011-09-02 ### Fixed diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index fb61bd42..7932ad60 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,3 +1,3 @@ module Capybara - VERSION = '1.1.0.rc1' + VERSION = '1.1.0' end