Skip to content

Commit

Permalink
Bump version to 0.27.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Apr 20, 2021
1 parent b3e7a6f commit 0c2468e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Check if version has been updated
id: version_check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2
with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Check if version has been updated
id: version_check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2
with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Check if version has been updated
id: version_check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2
with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

- name: Check if version has been updated
id: version_check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2
with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

- name: Check if version has been updated
id: version_check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2
with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
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.27.5 - 2021-04-20

### Fixed

- Update `EndBug/version-check` to v2 to avoid `TypeError: Cannot read property 'id' of undefined`.

## 0.27.4 - 2021-04-20

### 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 103
versionName "0.27.4"
versionCode 104
versionName "0.27.5"
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.27.4",
"version": "0.27.5",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down

0 comments on commit 0c2468e

Please sign in to comment.