Skip to content

Commit 8abf4c5

Browse files
committed
[rb] bump version to 3.1.0
1 parent 75f4774 commit 8abf4c5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

rb/CHANGES

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
3.0.8 (2016-02-08)
1+
3.1.0 (2017-02-14)
2+
===================
3+
4+
Firefox:
5+
* implement W3C actions endpoint
6+
7+
3.0.8 (2017-02-08)
28
===================
39

410
Firefox:
511
* Fix signature of element returned from #active_element
612

7-
3.0.7 (2016-02-06)
13+
3.0.7 (2017-02-06)
814
===================
915

1016
Firefox:
1117
* Fix signature of element arrays returned from #find_elements (issue 3471)
1218

13-
3.0.6 (2016-02-05)
19+
3.0.6 (2017-02-05)
1420
===================
1521

1622
Firefox:

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd
55

66
Gem::Specification.new do |s|
77
s.name = 'selenium-webdriver'
8-
s.version = '3.0.8'
8+
s.version = '3.1.0'
99

1010
s.authors = ['Alex Rodionov', 'Titus Fortner']
1111

0 commit comments

Comments
 (0)