Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Bump version to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psymoon committed Jul 14, 2020
1 parent 61e8e9e commit d9be31e
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
Expand Up @@ -9,6 +9,10 @@ It diverges in the following ways:

## Unreleased

## 4.7.1 - 2020-07-14
### Fixed
- deletion-request ping is sent correctly whenever the user opts out of data collection (#3013)

## 4.7 - 2020-06-30
### Changed
- Removed Pocket from Homepage (#2988)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
targetSdkVersion 28
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
// override this with a generated versionCode at build time.
versionName "4.7"
versionName "4.7.1"
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxOnDeviceTestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down

0 comments on commit d9be31e

Please sign in to comment.