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

Commit a061cde

Browse files
committed
Issue #2732: bump version to 4.4 and update changelog
1 parent b62b679 commit a061cde

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ It diverges in the following ways:
88
[Semantic Versioning](http://semver.org/spec/v2.0.0.html) for bug fix releases.
99

1010
## Unreleased
11+
12+
## 4.4 - 2019-09-09
1113
### Added
1214
- (disabled by default) Receive tabs onboarding screen (#2495)
1315

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
targetSdkVersion 28
2626
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
2727
// override this with a generated versionCode at build time.
28-
versionName "4.4-LAT2"
28+
versionName "4.4"
2929
testInstrumentationRunner "org.mozilla.tv.firefox.FirefoxOnDeviceTestRunner"
3030
testInstrumentationRunnerArguments clearPackageData: 'true'
3131

0 commit comments

Comments
 (0)