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

Commit

Permalink
No issue: Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
severinrudie committed Jan 14, 2019
1 parent f464d71 commit 1e46884
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.2.1] - 2019-01-14
###Fixed
- Fixed a bug where "send usage data" could not be unchecked

## [3.2] - 2019-01-11
### Added
- Clicking remote menu button from Pocket feed now returns to overlay
Expand Down Expand Up @@ -132,7 +136,8 @@ The CHANGELOG entries for the releases listed below this were added retroactivel
## [1.0] - 2017-12-20
*Initial release! A browser including home tile shortcuts.*

[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2..HEAD
[Unreleased]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2.1..HEAD
[3.2.1]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.2...v3.2.1
[3.2]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.1.3...v3.2
[3.1.3]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/mozilla-mobile/firefox-tv/compare/v3.1.1...v3.1.2
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 "3.2"
versionName "3.2.1"
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down

0 comments on commit 1e46884

Please sign in to comment.