From 63362c9fb5ec3f67647b5a53900ae275496b188a Mon Sep 17 00:00:00 2001 From: sultanmyrza-numbersprotocol Date: Fri, 13 May 2022 10:06:00 +0800 Subject: [PATCH 1/2] Hide Buy NUM button --- src/app/features/wallets/wallets.page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/features/wallets/wallets.page.html b/src/app/features/wallets/wallets.page.html index a847a442f..805ec224a 100644 --- a/src/app/features/wallets/wallets.page.html +++ b/src/app/features/wallets/wallets.page.html @@ -49,13 +49,13 @@

NUM

> - {{ t('buy') }} NUM + > --> Date: Fri, 13 May 2022 10:13:13 +0800 Subject: [PATCH 2/2] build: bump version to 0.56.3 --- CHANGELOG.md | 6 ++++++ android/app/build.gradle | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d628341..2a46626da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.56.3 - 2022-05-13 + +### Changed + +- Hide Buy NUM button from Wallets page + ## 0.56.2 - 2022-05-12 ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index 105a83ab0..38560089f 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 392 - versionName "0.56.2" + versionCode 393 + versionName "0.56.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/package-lock.json b/package-lock.json index a1e303e48..81e21e28d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.56.2", + "version": "0.56.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.56.2", + "version": "0.56.3", "dependencies": { "@angular/animations": "^12.2.4", "@angular/cdk": "^12.2.4", diff --git a/package.json b/package.json index 8fbe457ef..1fd2a68d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.56.2", + "version": "0.56.3", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {