Skip to content

Commit

Permalink
Auto merge for PR with workflow label
Browse files Browse the repository at this point in the history
  • Loading branch information
oth-service-user committed Feb 5, 2023
2 parents 3263471 + 5229082 commit 32051d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "company-profile-ui-template",
"description": "Company Profile UI Template is a modern, responsive, and customizable company profiles UI template for your business. It contains reusable components, theme color, and design support along with dark theme support.",
"version": "5.0.3",
"version": "5.0.4",
"license": "MIT",
"scripts": {
"buildLocal": "ng build --configuration=local --localize",
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<link href="https://fonts.googleapis.com/css2?family=Ramabhadra&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&amp;display=swap" rel="stylesheet">

<link href="assets/favicons/apple-touch-icon.png?v=5_0_3" rel="apple-touch-icon">
<link href="assets/favicons/favicon.png?v=5_0_3" rel="shortcut icon" type="image/png">
<link color="#43b043" href="assets/favicons/safari-pinned-tab.svg?v=5_0_3" rel="mask-icon">
<link href="assets/favicons/apple-touch-icon.png?v=5_0_4" rel="apple-touch-icon">
<link href="assets/favicons/favicon.png?v=5_0_4" rel="shortcut icon" type="image/png">
<link color="#43b043" href="assets/favicons/safari-pinned-tab.svg?v=5_0_4" rel="mask-icon">

<meta content="assets/favicons/browserconfig.xml" name="msapplication-config">
<meta content="#43b043" name="msapplication-TileColor">
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.0.3';
export const version = '5.0.4';

0 comments on commit 32051d6

Please sign in to comment.