Skip to content

Commit a54aa9f

Browse files
authored
Merge pull request #1615 from numbersprotocol/develop
Develop
2 parents 4351a3d + 9c8ec21 commit a54aa9f

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.56.3 - 2022-05-13
9+
10+
### Changed
11+
12+
- Hide Buy NUM button from Wallets page
13+
814
## 0.56.2 - 2022-05-12
915

1016
### Fixed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.numbersprotocol.capturelite"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 392
10-
versionName "0.56.2"
9+
versionCode 393
10+
versionName "0.56.3"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildFeatures {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.56.2",
3+
"version": "0.56.3",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

src/app/features/wallets/wallets.page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ <h3 class="num-text">NUM</h3>
4949
>
5050
</ion-row>
5151
<ion-row id="buy-deposit-withdraw-row">
52-
<ion-button
52+
<!-- <ion-button
5353
(click)="onBuyNumBtnClicked()"
5454
id="buy-num-btn"
5555
size="small"
5656
class="num-operation-btn"
5757
>{{ t('buy') }} NUM</ion-button
58-
>
58+
> -->
5959
<ion-button
6060
class="deposit-withdraw-num-btn num-operation-btn"
6161
color="#7E7E7E"

0 commit comments

Comments
 (0)