From 05fa11abbde5b4613d9400800d931fa1ea10a04d Mon Sep 17 00:00:00 2001 From: Sean Wu Date: Wed, 27 Jan 2021 14:50:02 +0800 Subject: [PATCH] Bump version to 0.15.6. --- CHANGELOG.md | 9 +++++++++ android/app/build.gradle | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bba0eec..f5c193e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.15.6 - 2021-01-27 + +### Fixed + +- Avoid redundant writing of original image when update `ProofRepository` with `update()`. #489 +- Avoid some corner cases when prefetching without network connection. #490 +- Prevent prefetching dialog from displaying again when the user decides to skip. #492 +- Fix the toolbar height on Activity and CaptureDetails pages in iOS devices. #492 + ## 0.15.5 - 2021-01-26 ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index 10fa0842e..2e72cac80 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "io.numbersprotocol.capturelite" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 70 - versionName "0.15.5" + versionCode 71 + versionName "0.15.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/package-lock.json b/package-lock.json index 6109921e8..016713b6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.15.5", + "version": "0.15.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32384798c..7a9a9ba52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.15.5", + "version": "0.15.6", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {