Skip to content

Commit eb7e3a2

Browse files
committed
Merge branch 'release-0.63.0' into develop
2 parents 087468a + 6d48172 commit eb7e3a2

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.63.0] - 2022-08-03
11+
12+
### Added
13+
14+
1. Rebrand update phase 2, (#1889, #1892, #1893, #1894)
15+
1016
## [0.62.0] - 2022-08-02
1117

1218
### Added
@@ -1720,7 +1726,8 @@ This is the first release! _Capture Lite_ is a cross-platform app adapted from [
17201726
- Web - see the demo [here](https://github.com/numbersprotocol/capture-lite#demo-app)
17211727
- Android - the APK file `app-debug.apk` is attached to this release
17221728

1723-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.62.0...HEAD
1729+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/0.63.0...HEAD
1730+
[0.63.0]: https://github.com/numbersprotocol/capture-lite/compare/0.61.2...0.63.0
17241731
[0.62.0]: https://github.com/numbersprotocol/capture-lite/compare/0.61.2...0.62.0
17251732
[0.61.2]: https://github.com/numbersprotocol/capture-lite/compare/0.61.1...0.61.2
17261733
[0.61.1]: https://github.com/numbersprotocol/capture-lite/compare/0.61.0...0.61.1

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 433
10-
versionName "0.62.0"
9+
versionCode 434
10+
versionName "0.63.0"
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.62.0",
3+
"version": "0.63.0",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)