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

Commit

Permalink
No issue: Update version to 4.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liuche committed Jul 15, 2019
1 parent b9b73f8 commit 2354c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ It diverges in the following ways:
- This project only strictly adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html) for bug fix releases.

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

### Changed

### Fixed

## 4.0 - 2019-07-15

### Fixed
- Crash when last tile deleted (#2444)
- Categories remain displayed even if deleting all the videos from each tile section (#2448)
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.0-LAT3"
versionName "4.0"
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxTestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down

0 comments on commit 2354c51

Please sign in to comment.