diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5742f15..592c6bdb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/android/app/build.gradle b/android/app/build.gradle index 3fa58b212..f0d53b02e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/package-lock.json b/package-lock.json index 13c17d37c..e6690ea5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.60.3", + "version": "0.60.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.60.3", + "version": "0.60.4", "dependencies": { "@angular/animations": "^12.2.4", "@angular/cdk": "^12.2.4", diff --git a/package.json b/package.json index 574074b83..cb45047a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.60.3", + "version": "0.60.4", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {