Skip to content

Commit

Permalink
Merge pull request #1613 from numbersprotocol/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shc261392 committed May 13, 2022
2 parents 50e0358 + b4d302e commit 4351a3d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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.56.2 - 2022-05-12

### Fixed

- Fix invitation page app bar text (centered)

## 0.56.1 - 2022-05-12

### 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 391
versionName "0.56.1"
versionCode 392
versionName "0.56.2"
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.56.1",
"version": "0.56.2",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions src/app/features/invitation/invitation.page.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mat-toolbar {
span {
padding-right: 40px;
}
}

ion-card {
padding-top: 8px;
padding-bottom: 8px;
Expand Down

0 comments on commit 4351a3d

Please sign in to comment.