Skip to content

Commit

Permalink
Merge pull request #1424 from numbersprotocol/develop
Browse files Browse the repository at this point in the history
Bump version to 0.52.1
  • Loading branch information
shc261392 authored Mar 25, 2022
2 parents 15f839b + e32f679 commit 8f3455e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.52.1 - 2022-03-25

### Fixed

- Fix incorrect zh-tw translation for "Share Asset Profile"

## 0.52.0 - 2022-03-25

### Changed
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 350
versionName "0.52.0"
versionCode 351
versionName "0.52.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
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.52.0",
"version": "0.52.1",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"yesIUnderstand": "我了解",
"verificationSuccess": "驗證成功",
"copyIpfsAddress": "複製 IPFS 位址",
"shareAssetProfile": "分享 C2PA 照片",
"shareAssetProfile": "分享資產檔案",
"mintNftToken": "鑄造 NFT 代幣",
"mintNftAlert": "NFT 代幣鑄造後,影像以及所有資訊都將可被公開檢視。確定要繼續嗎?",
"sentSuccessfully": "成功送出",
Expand Down

0 comments on commit 8f3455e

Please sign in to comment.