From 9c106bcaa65533003e6688a973b7505029d9191a Mon Sep 17 00:00:00 2001 From: Abdelrahman Bayoumi Date: Sun, 7 Jul 2024 22:44:18 +0300 Subject: [PATCH] Update environment version to v0.0.16 --- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 66a92c3..cc08541 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -5,5 +5,5 @@ export const environment = { production: true, apiUrl: 'https://birthday-database.azurewebsites.net', - version: '0.0.15', + version: '0.0.16', }; diff --git a/src/environments/environment.ts b/src/environments/environment.ts index ccfe507..6c0b618 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -5,5 +5,5 @@ export const environment = { production: false, apiUrl: 'https://birthday-database.azurewebsites.net', - version: '0.0.15', + version: '0.0.16', };