From a6bb37f7e528797e093dee587b56e172f465d720 Mon Sep 17 00:00:00 2001 From: salah3x Date: Tue, 11 Jun 2019 22:53:04 +0100 Subject: [PATCH] v0.4.1 Closes #87 --- functions/package-lock.json | 2 +- functions/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- src/app/app.component.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 8a1f986..5201be9 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1,6 +1,6 @@ { "name": "gym-webapp-backend", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/functions/package.json b/functions/package.json index 923400b..4d6078c 100644 --- a/functions/package.json +++ b/functions/package.json @@ -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", diff --git a/package-lock.json b/package-lock.json index d0bb194..3d72cb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gym-webapp", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7d3ef9..4fb7e36 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/app/app.component.html b/src/app/app.component.html index 0a6e8ab..4406603 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -30,7 +30,7 @@

Made with favorite - v0.4.0    + v0.4.1