diff --git a/configure/src/pages/Home.tsx b/configure/src/pages/Home.tsx index 972fb48..496402f 100644 --- a/configure/src/pages/Home.tsx +++ b/configure/src/pages/Home.tsx @@ -9,6 +9,7 @@ import { } from "@/components/ui/select"; import { motion } from "framer-motion"; import { useEffect, useState } from "react"; +import packageJson from "../../../package.json"; const languages = [ { value: "ab-AB", label: "Abkhazian" }, @@ -281,7 +282,7 @@ export default function Home() {
Explore a vast catalog of movies and TV shows with metadata provided by TMDB. - Version 3.1.2 + Version {packageJson.version}