Skip to content

Commit

Permalink
build: bump to 0.60.4
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <[email protected]>
  • Loading branch information
bafu committed Jul 31, 2022
1 parent 693d3aa commit 22bac90
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ 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.60.3 - 2022-07-27
## [Unreleased]

## [0.60.4] - 2022-07-31

### Added

1. The "Delete Account" button in the Profile page.

## [0.60.3] - 2022-07-27

### Fixed

- Undo app store, play store receipt truncate

## 0.60.2 - 2022-07-07
## [0.60.2] - 2022-07-07

### Changed

Expand Down Expand Up @@ -1668,3 +1676,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [

- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
- Android - the APK file `app-debug.apk` is attached to this release

[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.60.4...HEAD
[0.60.4]: https://github.com/numbersprotocol/capture-lite/compare/0.60.3...0.60.4
[0.60.3]: https://github.com/numbersprotocol/capture-lite/compare/0.60.2...0.60.3
[0.60.2]: https://github.com/numbersprotocol/capture-lite/releases/tag/0.60.2
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 423
versionName "0.60.3"
versionCode 424
versionName "0.60.4"
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.60.3",
"version": "0.60.4",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 22bac90

Please sign in to comment.