Skip to content

Commit

Permalink
Merge pull request #1815 from numbersprotocol/build-bump-0.61.0
Browse files Browse the repository at this point in the history
build: bump to 0.61.0
  • Loading branch information
bafu authored Jul 14, 2022
2 parents 4d90a96 + a4bc66f commit b7d2259
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix withdraw page the text color

## 0.61.0 - 2022-07-14

### Added

- Show discard/confirm capture before upload

### Fixed

- Remove capture after discard/confirm

## 0.60.1 - 2022-07-06

### Fixed
Expand Down
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 422
versionName "0.60.2"
versionCode 430
versionName "0.61.0"
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.2",
"version": "0.61.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit b7d2259

Please sign in to comment.