From f3f4868ef844569c30845f3564f51b8e9a1ea48a Mon Sep 17 00:00:00 2001 From: DerPenz Date: Sat, 15 Apr 2023 20:22:45 +0200 Subject: [PATCH] version: 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f3a84c..d74362e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tmdb-ts", - "version": "0.1.9", + "version": "0.2.0", "description": "TMDB v3 library wrapper", "main": "dist/index.js", "types": "dist/index.d.ts",