Skip to content

Commit cfabe5f

Browse files
committed
build: bump to 0.63.2
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent adc50c9 commit cfabe5f

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.63.2] - 2022-08-16
11+
12+
### Fixed
13+
14+
1. Update logo on the sign in/up page (#1944)
15+
1. Set initial tab from the profile tab to the explorer tab (#1945)
16+
1. Notify user if there is new version available. Disabled unexpectedly and fixed the regression (#1946)
17+
1018
## [0.63.1] - 2022-08-09
1119

1220
### Fixed
@@ -1739,7 +1747,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
17391747
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
17401748
- Android - the APK file `app-debug.apk` is attached to this release
17411749

1742-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.63.1...HEAD
1750+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.63.2...HEAD
1751+
[0.63.2]: https://github.com/numbersprotocol/capture-lite/compare/0.63.1...0.63.2
17431752
[0.63.1]: https://github.com/numbersprotocol/capture-lite/compare/0.63.0...0.63.1
17441753
[0.63.0]: https://github.com/numbersprotocol/capture-lite/compare/0.62.0...0.63.0
17451754
[0.62.0]: https://github.com/numbersprotocol/capture-lite/compare/0.61.2...0.62.0

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.numbersprotocol.capturelite"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 435
10-
versionName "0.63.1"
9+
versionCode 436
10+
versionName "0.63.2"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildFeatures {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.63.1",
3+
"version": "0.63.2",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)