bump version to 3.1.3

This commit is contained in:
mrcanelas
2025-02-14 20:27:04 -03:00
parent e72fa883d5
commit c9d6144bb8
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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">
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tmdb-addon",
"version": "3.1.2",
"version": "3.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tmdb-addon",
"version": "3.1.2",
"version": "3.1.3",
"description": "Metadata provided by TMDB",
"main": "server.js",
"scripts": {