From 59f39e494f1056eda3a651bcce7e51619e10a1c4 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Tue, 5 Jul 2022 10:21:17 +0600 Subject: [PATCH] build: bump to 0.60.0 --- CHANGELOG.md | 11 +++++++++++ android/app/build.gradle | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce192a67..2759ddf78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.60.0 - 2022-07-05 + +### Added + +- Show QR code for asset wallet address + +### Fixed + +- Show camera feedback on capture photo +- Show correct error message on duplicate phone verification + ## 0.59.5 - 2022-06-28 ### Changed diff --git a/android/app/build.gradle b/android/app/build.gradle index bb9a1c687..5a8d231eb 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 415 - versionName "0.59.5" + versionCode 420 + versionName "0.60.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/package-lock.json b/package-lock.json index 15f5c804e..611b9008d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.59.5", + "version": "0.60.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.59.5", + "version": "0.60.0", "dependencies": { "@angular/animations": "^12.2.4", "@angular/cdk": "^12.2.4", diff --git a/package.json b/package.json index 0223e8201..db1a49639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.59.5", + "version": "0.60.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {