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 4.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarcese committed Jul 29, 2019
1 parent 43395ce commit 75dc8a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ It diverges in the following ways:
[Semantic Versioning](http://semver.org/spec/v2.0.0.html) for bug fix releases.

## Unreleased
### Added
- QA: command-line control to set current locale (#2418)

### Changed

## 4.1 - 2019-07-29
### Fixed
- Prevent some videos from being offset to the right, with a black strip on the left. (#2526)

## 4.0 - 2019-07-15
### Added
- QA: command-line control to set current locale (#2418)

### Fixed
- Crash when last tile deleted (#2444)
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 "4.1-LAT2"
versionName "4.1"
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down

0 comments on commit 75dc8a3

Please sign in to comment.