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 13, 2023
2 parents 98d8ee8 + 4a8f672 commit 7e80b11
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.5",
"version": "5.0.6",
"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_5" rel="apple-touch-icon">
<link href="assets/favicons/favicon.png?v=5_0_5" rel="shortcut icon" type="image/png">
<link color="#43b043" href="assets/favicons/safari-pinned-tab.svg?v=5_0_5" rel="mask-icon">
<link href="assets/favicons/apple-touch-icon.png?v=5_0_6" rel="apple-touch-icon">
<link href="assets/favicons/favicon.png?v=5_0_6" rel="shortcut icon" type="image/png">
<link color="#43b043" href="assets/favicons/safari-pinned-tab.svg?v=5_0_6" 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.5';
export const version = '5.0.6';

0 comments on commit 7e80b11

Please sign in to comment.