Skip to content

Commit

Permalink
Merge pull request #1517 from numbersprotocol/build-bump-to-0.54.1
Browse files Browse the repository at this point in the history
Build bump to 0.54.1
  • Loading branch information
shc261392 authored Apr 7, 2022
2 parents 1722949 + 0ff36a4 commit 169f384
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.54.1 - 2022-04-07

### Removed

- Revert Download asset using CDN instead of [DIA backend `/download/` endpoint](https://dia-backend.numbersprotocol.io/api/v3/redoc/#operation/assets_download) #1362

## 0.54.0 - 2022-04-07

### Added
Expand All @@ -18,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Remove the Capture after Gift a Capture or Web 3 archive network action #1129
- Fix wallets and NUM transfer page UI for screen width < 360px
- Fix refresh not working when there's no Capture

## 0.53.0 - 2022-03-31

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 370
versionName "0.54.0"
versionCode 371
versionName "0.54.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.54.0",
"version": "0.54.1",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 169f384

Please sign in to comment.