Skip to content

Commit

Permalink
Bump to v4.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Oct 7, 2019
1 parent c9cfef0 commit c7ad81e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.1.3 (2019-10-07)
* Require rubyzip version 1.3.0 or higher to fix [rubyzip#403](https://github.com/rubyzip/rubyzip/pull/403). Thanks rhymes! ([#153](https://github.com/titusfortner/webdrivers/pull/153))
* Fix a bug where the file deletion confirmation was printed even when there were no files to delete.

### 4.1.2 (2019-07-29)
* Fix a bug related to raising `BrowserNotFound`.

Expand Down
2 changes: 1 addition & 1 deletion lib/webdrivers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Webdrivers
VERSION = '4.1.2'
VERSION = '4.1.3'
end

0 comments on commit c7ad81e

Please sign in to comment.