Skip to content

Commit

Permalink
Merge pull request #1367 from numbersprotocol/build-bump-version-to-0…
Browse files Browse the repository at this point in the history
….50.0

build: bump version to 0.50.0
  • Loading branch information
ruizehung authored Mar 14, 2022
2 parents 88af6d8 + 7ae9cd2 commit 4f295f9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.50.0 - 2022-03-14

### Added

- A whole new wallets page
- A new tab in activities page to display network action order history

### Fixed

- Change num token icon from the black one to the blue one
- Fix activity details cid text overflow. #1167
- Remove add to contacts checkbox when the receiver already exists in contacts

## 0.49.1 - 2022-02-25

### Added
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 321
versionName "0.49.1"
versionCode 330
versionName "0.50.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
5 changes: 3 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.49.1",
"version": "0.50.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 4f295f9

Please sign in to comment.