diff --git a/package.json b/package.json index c2b7982b..58da3dd3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.html b/src/index.html index 8f3a930b..a1cf0d37 100644 --- a/src/index.html +++ b/src/index.html @@ -14,9 +14,9 @@ - - - + + + diff --git a/src/version.ts b/src/version.ts index 35524f17..a7044344 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '5.0.5'; +export const version = '5.0.6';