Skip to content

Commit 0504697

Browse files
authored
Merge pull request #1461 from numbersprotocol/build-bump-to-0.53.0
build: bump version to 0.53.0
2 parents a64a541 + 725e592 commit 0504697

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.53.0 - 2022-03-31
9+
10+
### Added
11+
12+
- Display insufficient NUM in order confirm dialog if applicable.
13+
- Add loading indicator at Capture transactions history page.
14+
- Warn user that the asset will become public when sharing asset profile.
15+
- Support network action that doesn't take in any parameter.
16+
- Support optional network action parameters.
17+
818
## 0.52.1 - 2022-03-25
919

1020
### 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 351
10-
versionName "0.52.1"
9+
versionCode 360
10+
versionName "0.53.0"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

package-lock.json

Lines changed: 3 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.52.1",
3+
"version": "0.53.0",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)