Skip to content

Commit

Permalink
Merge pull request #1648 from numbersprotocol/build-bump-0.57.3
Browse files Browse the repository at this point in the history
build: bump to 0.57.3
  • Loading branch information
sultanmyrza authored May 29, 2022
2 parents 7cb9afe + 1a2fbb9 commit 8e42bfd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.57.3 - 2022-05-27

### Fixed

- Fix sign up page errors to be more specific
- Fix user guide for highlighting capture less persistant

## Changed

- Change share referral code text

## 0.57.2 - 2022-05-24

### Fixed
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 395
versionName "0.57.2"
versionCode 396
versionName "0.57.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
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.57.2",
"version": "0.57.3",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 8e42bfd

Please sign in to comment.