Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Sep 23, 2020
1 parent dc259a2 commit acf6a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 5.0.0

- Rename `Browser::Platform#other?` to `Browser::Platform#unknown?`.
- Unknown platforms now return `:unknown_platform` as the id.
Expand Down
2 changes: 1 addition & 1 deletion lib/browser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Browser
VERSION = "4.2.0"
VERSION = "5.0.0"
end

0 comments on commit acf6a74

Please sign in to comment.