Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
Closes #87
  • Loading branch information
salah3x committed Jun 11, 2019
1 parent a5ab382 commit a6bb37f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion functions/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 functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gym-webapp-backend",
"version": "0.4.0",
"version": "0.4.1",
"description": "A backend cloud-functions for gym-webapp",
"author": {
"name": "Salah E. Loukili",
Expand Down
2 changes: 1 addition & 1 deletion 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": "gym-webapp",
"version": "0.4.0",
"version": "0.4.1",
"description": "A webapp for managing clients' subscriptions and check-ins for a gym, also enabling admins to view and monitor incomes, material resources and repairs.",
"author": {
"name": "Salah E. Loukili",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<mat-toolbar class=" footer" fxLayoutAlign="center center" fxLayoutGap="10">
<p><i>Made with </i>
<mat-icon color='warn'>favorite</mat-icon>
<i>v0.4.0</i>&nbsp;&nbsp;&nbsp;
<i>v0.4.1</i>&nbsp;&nbsp;&nbsp;
</p>
<a fxFlexAlign="end" href="https://github.com/salah3x/gym-webapp/issues/new/choose"
matTooltip="Report a bug or request a new feature" target="_blank">
Expand Down

0 comments on commit a6bb37f

Please sign in to comment.