We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7488c3b commit f5dc0c9Copy full SHA for f5dc0c9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 6.2.0
4
5
- Add `Browser::Base#epiphany?`.
6
- Don't ever match linux-based browsers as Safari.
lib/browser/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Browser
- VERSION = "6.1.0"
+ VERSION = "6.2.0"
end
0 commit comments