From 4c622ee26b75b7849b9778f85e0d1fb5f4f3f1b4 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Mon, 17 Apr 2023 17:49:34 +0200 Subject: [PATCH] v0.4.4 --- devops/Chart.yaml | 2 +- src/front/Components/Elements/BackArrow/index.tsx | 2 +- src/front/version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index b88a7720..01e5fe78 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.3 +appVersion: 0.4.4 diff --git a/src/front/Components/Elements/BackArrow/index.tsx b/src/front/Components/Elements/BackArrow/index.tsx index 8ed19bdc..671bc19a 100644 --- a/src/front/Components/Elements/BackArrow/index.tsx +++ b/src/front/Components/Elements/BackArrow/index.tsx @@ -1,7 +1,7 @@ import Link from "next/link"; import React from "react"; import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button"; -import ChevronIcon from "@Assets/icons/chevron.svg"; +import ChevronIcon from "@Assets/Icons/chevron.svg"; type IProps = { url: string; }; diff --git a/src/front/version.json b/src/front/version.json index 23155ae8..352e6de7 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.3" + "version": "v0.4.4" }