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 Apr 5, 2023
2 parents 7626634 + e4fb0b2 commit 520b309
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.10",
"version": "5.0.11",
"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_10" rel="apple-touch-icon">
<link href="assets/favicons/favicon.png?v=5_0_10" rel="shortcut icon" type="image/png">
<link color="#43b043" href="assets/favicons/safari-pinned-tab.svg?v=5_0_10" rel="mask-icon">
<link href="assets/favicons/apple-touch-icon.png?v=5_0_11" rel="apple-touch-icon">
<link href="assets/favicons/favicon.png?v=5_0_11" rel="shortcut icon" type="image/png">
<link color="#43b043" href="assets/favicons/safari-pinned-tab.svg?v=5_0_11" rel="mask-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css">

<meta content="assets/favicons/browserconfig.xml" name="msapplication-config">
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.10';
export const version = '5.0.11';

0 comments on commit 520b309

Please sign in to comment.