From a4bc66f08c560957ad3e305f961566843479b775 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Thu, 14 Jul 2022 10:31:14 +0600 Subject: [PATCH] build: bump to 0.61.0 --- CHANGELOG.md | 10 ++++++++++ android/app/build.gradle | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4be9a76..bce19b886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix withdraw page the text color +## 0.61.0 - 2022-07-14 + +### Added + +- Show discard/confirm capture before upload + +### Fixed + +- Remove capture after discard/confirm + ## 0.60.1 - 2022-07-06 ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index 07c85a749..f0e663a23 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 422 - versionName "0.60.2" + versionCode 430 + versionName "0.61.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/package-lock.json b/package-lock.json index 5b2129103..87527e8f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.60.2", + "version": "0.61.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.60.2", + "version": "0.61.0", "dependencies": { "@angular/animations": "^12.2.4", "@angular/cdk": "^12.2.4", diff --git a/package.json b/package.json index 434af9dda..825908e70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.60.2", + "version": "0.61.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {