mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
bump version to 3.1.3
This commit is contained in:
@@ -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() {
|
||||
|
||||
<p className="text-xl sm:text-2xl text-gray-300 mb-8">
|
||||
Explore a vast catalog of movies and TV shows with metadata provided by TMDB.
|
||||
Version 3.1.2
|
||||
Version {packageJson.version}
|
||||
</p>
|
||||
|
||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 mb-8">
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmdb-addon",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmdb-addon",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"description": "Metadata provided by TMDB",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user