Skip to content

Commit

Permalink
Merge pull request #1654 from numbersprotocol/build-bump-0.58.0
Browse files Browse the repository at this point in the history
Build bump 0.58.0
  • Loading branch information
shc261392 committed Jun 1, 2022
2 parents f01358f + 73a4e12 commit 771ee2a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ 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.58.0 - 2022-05-31

## Changed

- Update authmedia link to use one-time token for private assets

## 0.57.3 - 2022-05-27

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 396
versionName "0.57.3"
versionCode 340
versionName "0.58.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
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.57.3",
"version": "0.58.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 771ee2a

Please sign in to comment.