Skip to content

Commit

Permalink
bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 2, 2017
1 parent f07a2aa commit 61c12e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.6.1 (2017-02-01)

* fix bug requiring Active Support (thanks Fedor Barannik)
* fix Travis runs by testing with Chrome instead of Chromium (thanks Fedor Barannik)

### 0.6.0 (2017-01-04)

* move support for passing blocks into `#visit` from `PageObject` to `TrainingWheels`
Expand Down
2 changes: 1 addition & 1 deletion watir_drops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'watir_drops'
spec.version = '0.6.0'
spec.version = '0.6.1'
spec.authors = ['Titus Fortner']
spec.email = ['titusfortner@gmail.com']

Expand Down

0 comments on commit 61c12e1

Please sign in to comment.