Skip to content

Commit 70e781d

Browse files
committed
rb - changelog & version bump to 3.0.0.beta3
1 parent 6b53ca5 commit 70e781d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rb/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.0.0.beta3 (2016-09-01)
2+
===================
3+
4+
Firefox:
5+
* Implemented w3c getAttribute with javascript atom
6+
17
3.0.0.beta2.1 (2016-08-03)
28
===================
39

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.0.beta2.1'
8+
s.version = '3.0.0.beta3'
99

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

0 commit comments

Comments
 (0)