Skip to content

Commit

Permalink
Update environment version to v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanBayoumi committed Jul 7, 2024
1 parent f50afd9 commit 9c106bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
export const environment = {
production: true,
apiUrl: 'https://birthday-database.azurewebsites.net',
version: '0.0.15',
version: '0.0.16',
};
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
export const environment = {
production: false,
apiUrl: 'https://birthday-database.azurewebsites.net',
version: '0.0.15',
version: '0.0.16',
};

0 comments on commit 9c106bc

Please sign in to comment.