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

Commit

Permalink
Issue #2732: bump version to 4.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
severinrudie committed Sep 9, 2019
1 parent b62b679 commit a061cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ It diverges in the following ways:
[Semantic Versioning](http://semver.org/spec/v2.0.0.html) for bug fix releases.

## Unreleased

## 4.4 - 2019-09-09
### Added
- (disabled by default) Receive tabs onboarding screen (#2495)

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.4-LAT2"
versionName "4.4"
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxOnDeviceTestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down

0 comments on commit a061cde

Please sign in to comment.