Skip to content

Commit b7d2259

Browse files
authored
Merge pull request #1815 from numbersprotocol/build-bump-0.61.0
build: bump to 0.61.0
2 parents 4d90a96 + a4bc66f commit b7d2259

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Fix withdraw page the text color
1717

18+
## 0.61.0 - 2022-07-14
19+
20+
### Added
21+
22+
- Show discard/confirm capture before upload
23+
24+
### Fixed
25+
26+
- Remove capture after discard/confirm
27+
1828
## 0.60.1 - 2022-07-06
1929

2030
### Fixed

android/app/build.gradle

+2-2
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 422
10-
versionName "0.60.2"
9+
versionCode 430
10+
versionName "0.61.0"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildFeatures {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capture-lite",
3-
"version": "0.60.2",
3+
"version": "0.61.0",
44
"author": "numbersprotocol",
55
"homepage": "https://numbersprotocol.io/",
66
"scripts": {

0 commit comments

Comments
 (0)