From f3469510c38c01b5dbea7734e894d988e93ff1d3 Mon Sep 17 00:00:00 2001 From: DerPenz <99838921+Der-Penz@users.noreply.github.com> Date: Sat, 20 May 2023 12:30:27 +0200 Subject: [PATCH] bumbed version : 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9773a3e..4f3031a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tmdb-ts", - "version": "1.3.0", + "version": "1.4.0", "description": "TMDB v3 library wrapper", "main": "dist/index.js", "types": "dist/index.d.ts",