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, add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
severinrudie committed Oct 17, 2018
1 parent 40a58ec commit 0912e1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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).

## [Unreleased]

## [3.0.1] - 2018-10-17
### Added

### Changed
- Hide Pocket video tile on non-EN locales
- Pocket does not yet provide content for other languages

### Fixed
- Issue that would cause browsing history to be lost when navigating to device home screen

## [3.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
targetSdkVersion 27
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
// override this with a generated versionCode at build time.
versionName "3.0"
versionName "3.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

multiDexEnabled true
Expand Down

0 comments on commit 0912e1d

Please sign in to comment.