1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

tagged 2.2.0

This commit is contained in:
Jonas Nicklas 2013-11-21 22:25:33 +01:00
parent 1b73f77c60
commit 7caa2424fb
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Version 2.2.0
Release date: 2013-11-14
Release date: 2013-11-21
### Added

View file

@ -1,3 +1,3 @@
module Capybara
VERSION = '2.2.0.rc1'
VERSION = '2.2.0'
end