Skip to content

Commit

Permalink
Bump version to 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Feb 1, 2021
1 parent bd520b8 commit 9e2727b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.17.0 - 2021-02-01

### Added

- Implement capture sharing. #499
- Show capture status icons on capture-tab. #509
- Show certificate on authmedia by clicking media ID. #512

### Fixed

- Remove new year frame when sharing. #507
- Fix error handling on login `HttpErrorResponse`. #508
- Remove "view more" information on `PostCaptureCard` #510

## 0.16.5 - 2021-01-29

Re-release due to an internal error on releaseing.
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 77
versionName "0.16.5"
versionCode 80
versionName "0.17.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.16.5",
"version": "0.17.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 9e2727b

Please sign in to comment.