Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
Closes #65
  • Loading branch information
salah3x committed Apr 18, 2019
1 parent d0c9994 commit 4df24d4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
4 changes: 2 additions & 2 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "functions",
"version": "0.3.0",
"name": "gym-webapp-backend",
"version": "0.3.1",
"description": "A backend cloud-functions for gym-webapp",
"author": {
"name": "Salah E. Loukili",
"email": "[email protected]"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/salah3x/gym-webapp/tree/master/functions"
},
"homepage": "http://gym-webapp.firebaseapp.com/api",
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "tsc",
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.

13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "gym-webapp",
"version": "0.3.0",
"version": "0.3.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",
"email": "[email protected]"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/salah3x/gym-webapp"
},
"homepage": "http://gym-webapp.firebaseapp.com",
"scripts": {
"ng": "ng",
"start": "ng serve",
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 @@ -56,7 +56,7 @@
<mat-toolbar color="primary" class=" footer" fxLayoutAlign="center center" fxLayoutGap="10">
<p><i>Made with </i>
<mat-icon color='warn'>favorite</mat-icon>
<i>v0.3.0</i>&nbsp;&nbsp;&nbsp;
<i>v0.3.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 4df24d4

Please sign in to comment.