presentation client 0.4.13

This commit is contained in:
Hugo Lextrait 2023-04-20 11:24:42 +02:00
parent b8c99eaa77
commit 04c62ccbb0
3 changed files with 3 additions and 2 deletions

View File

@ -21,4 +21,4 @@ version: 0.0.1
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: 0.4.10 appVersion: 0.4.13

View File

@ -17,6 +17,7 @@
.content { .content {
margin-top: 32px; margin-top: 32px;
>:not(:last-child) { >:not(:last-child) {
margin-bottom: 24px; margin-bottom: 24px;
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "v0.4.10" "version": "v0.4.13"
} }